A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser.


Keywords
markdown, lexer, parser, jupyter, docutils, sphinx, jupyter-notebooks, sphinx-extension
License
MIT
Install
pip install myst-nb==1.0.0

Documentation

MyST-NB

Github-CI Coverage Status Documentation Status PyPI Conda Version

A collection of tools for working with Jupyter Notebooks in Sphinx.

The primary tool this package provides is a Sphinx parser for ipynb files. This allows you to directly convert Jupyter Notebooks into Sphinx documents. It relies heavily on the MyST parser.

For more information, see the MyST-NB documentation

Contributing

We welcome all contributions! See the Contributing Guide for more details.