.. _spkg_jupyter_client: 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: .. CODE-BLOCK:: bash $ conda install jupyter_client macports: install the following packages: py-jupyter_client opensuse: .. CODE-BLOCK:: bash $ sudo zypper install python3-jupyter-client void: .. CODE-BLOCK:: bash $ sudo xbps-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:`29023`