jupyter-kernelspec
Jupyter protocol client APIs (tools)
Install
- All systems
-
curl cmd.cat/jupyter-kernelspec.sh
- Debian
-
apt-get install jupyter-client
- Ubuntu
-
apt-get install jupyter-client
- Arch Linux
-
pacman -S python-jupyter_client
- Kali Linux
-
apt-get install jupyter-client
- Fedora
-
dnf install python3-jupyter-client
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install jupyter-client
- Raspbian
-
apt-get install jupyter-client
- Dockerfile
- dockerfile.run/jupyter-kernelspec
jupyter-client
Jupyter protocol client APIs (tools)
This software component contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs to work with kernels, the "jupyter kernelspec" entry point to install kernelspecs for use with Jupyter frontends and the "jupyter run" command to execute a script on a jupyter kernel. This package contains the jupyter-kernelspec and jupyter-run tools.
python3-jupyter-client
Jupyter protocol client APIs (Python 3)
This software component contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs to work with kernels, the "jupyter kernelspec" entry point to install kernelspecs for use with Jupyter frontends and the "jupyter run" command to execute a script on a jupyter kernel. This package installs the library for Python 3.