python-jupyter-client 7.4.4
Jupyter protocol implementation and client libraries
The jupyter_client
package contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels, and the jupyter kernelspec
entrypoint for installing kernelspec
s for use with Jupyter frontends.
- Outputs:
out
- Website: https://jupyter.org/
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-jupyter-client 7.4.4
as follows:
guix install python-jupyter-client@7.4.4
Or install the latest version:
guix install python-jupyter-client
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.