blob: 9c8718f146cd2274a2212fa77dd86b39a6499f46 (
plain) (
blame)
1
2
3
4
5
|
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. Unevaluated notebooks --
i.e. notebooks without stored output cells -- will be automatically executed
during the Sphinx build process.
|