Skip to main content

Jupyter protocol implementation and client libraries

Project description

Jupyter Client

Build Status Code Health

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.

Development Setup

The Jupyter Contributor Guides provide extensive information on contributing code or documentation to Jupyter projects. The limited instructions below for setting up a development environment are for your convenience.

Coding

You'll need Python and pip on the search path. Clone the Jupyter Client git repository to your computer, for example in /my/project/jupyter_client. Now create an editable install and download the dependencies of code and test suite by executing:

cd /my/projects/jupyter_client/
pip install -e .[test]
py.test

The last command runs the test suite to verify the setup. During development, you can pass filenames to py.test, and it will execute only those tests.

Documentation

The documentation of Jupyter Client is generated from the files in docs/ using Sphinx. Instructions for setting up Sphinx with a selection of optional modules are in the Documentation Guide. You'll also need the make command. For a minimal Sphinx installation to process the Jupyter Client docs, execute:

pip install ipykernel sphinx sphinx_rtd_theme

The following commands build the documentation in HTML format and check for broken links:

cd /my/projects/jupyter_client/docs/
make html linkcheck

Point your browser to the following URL to access the generated documentation:

file:///my/projects/jupyter_client/docs/_build/html/index.html

Project details


Release history Release notifications | RSS feed

This version

6.1.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyter_client-6.1.9.tar.gz (293.6 kB view details)

Uploaded Source

Built Distribution

jupyter_client-6.1.9-py3-none-any.whl (108.7 kB view details)

Uploaded Python 3

File details

Details for the file jupyter_client-6.1.9.tar.gz.

File metadata

  • Download URL: jupyter_client-6.1.9.tar.gz
  • Upload date:
  • Size: 293.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1

File hashes

Hashes for jupyter_client-6.1.9.tar.gz
Algorithm Hash digest
SHA256 c9944f74ac3a4e40486d589430474378811c19a142f61fd17cf2a88625c9c658
MD5 474690bee9cde0e3c3f3d90f1ceae49a
BLAKE2b-256 200f80561254a54e07466e1a0fac4a305712d1c2ff576399f6bf06c7e314fa83

See more details on using hashes here.

File details

Details for the file jupyter_client-6.1.9-py3-none-any.whl.

File metadata

  • Download URL: jupyter_client-6.1.9-py3-none-any.whl
  • Upload date:
  • Size: 108.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1

File hashes

Hashes for jupyter_client-6.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 35123881e7c2f65fe3d05bcee972a50694f2931b4b7816781851987cbc36d6aa
MD5 ab2702b9cb2b62f16ee60efe90be4890
BLAKE2b-256 e44734ebbe78517fbb464eed122c7f754e154e050d17c8493981dffcba84ac37

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page