jupyter-kernelspec-3.6
Jupyter protocol client APIs (Python 3)
Install
- All systems
-
curl cmd.cat/jupyter-kernelspec-3.6.sh
- Debian
-
apt-get install python3-jupyter-client
- Ubuntu
-
apt-get install python3-jupyter-client
- Kali Linux
-
apt-get install python3-jupyter-client
- Fedora
-
dnf install python3-jupyter-client
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-jupyter-client
- Raspbian
-
apt-get install python3-jupyter-client
- Dockerfile
- dockerfile.run/jupyter-kernelspec-3.6
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.