Installation¶
Install from PyPI¶
pip install fish-kernel
Register kernelspec¶
fish-kernel install requires exactly one target option.
User scope¶
fish-kernel install --user
Installs into your user Jupyter directory.
Environment scope¶
fish-kernel install --sys-prefix
Installs into the current sys.prefix environment.
Custom scope¶
fish-kernel install --prefix /path/to/prefix
Installs into a custom prefix.
Verify installation¶
jupyter kernelspec list
Confirm that fish exists in the list.