1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Jupyter Client |version|
========================
This package provides the Python API for starting, managing and communicating
with Jupyter kernels.
.. important::
This document contains the authoritative description of the
Jupyter messaging protocol. All developers are strongly encouraged to
keep it updated as the implementation evolves, so that we have a single
common reference for all protocol details.
.. toctree::
:maxdepth: 2
:caption: User Documentation
messaging
.. toctree::
:maxdepth: 2
:caption: Developer documentation
kernels
wrapperkernels
provisioning
pending-kernels
.. toctree::
:maxdepth: 2
:caption: API
API Docs <api/modules>
.. toctree::
:maxdepth: 2
:caption: Changes
changelog
migration
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|