Core Building Blocks#
The Jupyter architecture relies on these projects“ specifications and implementation.
- jupyter_client#
The specification of the Jupyter message protocol and a client library in Python. Documentation | Repo
- jupyter_core#
Core functionality and miscellaneous utilities. Documentation | Repo