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
Version Information¶
package-version.txt:
7.1.0
install-requires.txt:
jupyter_client >=6.1.6
Equivalent System Packages¶
conda:
$ conda install jupyter_client
macports: install the following packages: py-jupyter_client opensuse:
$ sudo zypper install python3-jupyter-client
See https://repology.org/project/jupyter-client/versions, https://repology.org/project/python:jupyter-client/versions
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023