nbsphinx is a Sphinx extension that provides a source parser for
*.ipynb files.
Custom Sphinx directives are used to show Jupyter Notebook code cells (and of
course their results) in both HTML and LaTeX output.
Un-evaluated notebooks -- i.e. notebooks without stored output cells -- will be
automatically executed during the Sphinx build process.
- Documentation (and example of use):
- http://nbsphinx.readthedocs.io/
- Source code repository (and issue tracker):
- https://github.com/spatialaudio/nbsphinx/
- Python Package Index:
- https://pypi.python.org/pypi/nbsphinx/
- License:
- MIT -- see the file
LICENSEfor details. - Quick Start:
Install
nbsphinx:python3 -m pip install nbsphinx --user
Edit your
conf.pyand add'nbsphinx'toextensions.Edit your
index.rstand add the names of your*.ipynbfiles to thetoctree.Run Sphinx!