jupyter_client: Jupyter protocol implementation and client libraries#
Description#
jupyter_client contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels.
It also provides the jupyter kernelspec entrypoint for installing kernelspecs for use with Jupyter frontends.
Type#
standard
Dependencies#
Version Information#
package-version.txt:
7.4.4
install-requires.txt:
jupyter_client >=6.1.6
Equivalent System Packages#
conda:
$ conda install jupyter_client
gentoo:
$ sudo emerge dev-python/jupyter_client
macports: install the following packages: py-jupyter_client
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-jupyter-client
void:
$ sudo xbps-install python3-jupyter_client
See https://repology.org/project/jupyter-client/versions, https://repology.org/project/python:jupyter-client/versions
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.