fish-kernel is a Jupyter kernel implementation for the fish shell.
- Python
>=3.10 fishcommand available onPATH- Jupyter frontend (
jupyterlabor notebook) - Supported OS: Linux, macOS, and Windows (WSL)
- Native Windows is not supported (fish shell dependency)
pip install fish-kernelOr from conda-forge with conda, mamba, or pixi:
conda install -c conda-forge fish-kernel
mamba install -c conda-forge fish-kernel
pixi add fish-kernelThen register the kernelspec:
fish-kernel add --userVerify it is registered:
jupyter kernelspec listTo unregister it later, run fish-kernel remove.
set a 7
set b 13
math $a + $bFull documentation, including all install options, usage, development, and troubleshooting, is available at https://eunos-1128.github.io/fish-kernel/.
This project was developed with inspiration from:
