Jupyter Notebook Tools for Sphinx
Project Links
Meta
Author: Matthias Geier
Requires Python: >=3.6
Classifiers
Framework
- Sphinx
- Sphinx :: Extension
- Jupyter
Intended Audience
- Education
- Science/Research
License
- OSI Approved :: MIT License
Operating System
- OS Independent
Programming Language
- Python
- Python :: 3
Topic
- Documentation :: Sphinx
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.
- Quick Start:
Install nbsphinx
Edit your conf.py and add 'nbsphinx' to extensions.
Edit your index.rst and add the names of your *.ipynb files to the toctree.
Run Sphinx!
- Online documentation (and example of use):
- Source code repository (and issue tracker):
- License:
MIT โ see the file LICENSE for details.
Mar 03, 2025
0.9.7
Dec 24, 2024
0.9.6
Aug 13, 2024
0.9.5
May 06, 2024
0.9.4
Aug 27, 2023
0.9.3
May 24, 2023
0.9.2
Mar 14, 2023
0.9.1
Mar 12, 2023
0.9.0
Jan 19, 2023
0.8.12
Dec 29, 2022
0.8.11
Nov 13, 2022
0.8.10
Jun 04, 2022
0.8.9
Dec 31, 2021
0.8.8
Aug 10, 2021
0.8.7
Jun 03, 2021
0.8.6
May 12, 2021
0.8.5
Apr 29, 2021
0.8.4
Apr 09, 2021
0.8.3
Feb 28, 2021
0.8.2
Jan 18, 2021
0.8.1
Oct 20, 2020
0.8.0
Jun 16, 2020
0.7.1
May 08, 2020
0.7.0
Apr 18, 2020
0.6.1
Apr 03, 2020
0.6.0
Jan 28, 2020
0.5.1
Nov 20, 2019
0.5.0
Sep 30, 2019
0.4.3
Jan 15, 2019
0.4.2
Dec 16, 2018
0.4.1
Dec 14, 2018
0.4.0
Sep 10, 2018
0.3.5
Jul 28, 2018
0.3.4
Apr 25, 2018
0.3.3
Mar 28, 2018
0.3.2
Jan 17, 2018
0.3.1
Jan 02, 2018
0.3.0
Dec 03, 2017
0.2.18
Nov 12, 2017
0.2.17
Nov 07, 2017
0.2.16
Nov 03, 2017
0.2.15
Jun 09, 2017
0.2.14
Jan 25, 2017
0.2.13
Dec 19, 2016
0.2.12
Nov 19, 2016
0.2.11
Oct 16, 2016
0.2.10
Jul 26, 2016
0.2.9
May 20, 2016
0.2.8
May 04, 2016
0.2.7
Apr 12, 2016
0.2.6
Mar 15, 2016
0.2.5
Feb 12, 2016
0.2.4
Jan 22, 2016
0.2.3
Jan 06, 2016
0.2.2
Jan 04, 2016
0.2.1
Dec 27, 2015
0.2.0
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
(>=0.18.1)
docutils
(!=5.4,>=5.3)
nbconvert
(>=5)
traitlets
(<8.2,>=1.8)
sphinx