jupyter-kernelspec

Jupyter protocol client APIs (tools)

Install

All systems
curl cmd.cat/jupyter-kernelspec.sh
Debian Debian
apt-get install jupyter-client
Ubuntu
apt-get install jupyter-client
Arch Arch Linux
pacman -S python-jupyter_client
image/svg+xml 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

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.

python-jupyter_client

Jupyter protocol implementation and client libraries