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:
6.1.6
install-requires.txt:
jupyter_client >=6.1.6
Equivalent System Packages¶
conda:
$ conda install jupyter-client python:jupyter-client
macports: install the following packages: jupyter-client python:jupyter-client opensuse:
$ sudo zypper install jupyter-client python: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 https://trac.sagemath.org/ticket/29023