sphinx2nb

Converting between ipython notebooks and sphinx docs (Python 3)

Install

All systems
curl cmd.cat/sphinx2nb.sh
Debian Debian
apt-get install python3-nb2plots
Ubuntu
apt-get install python3-nb2plots
image/svg+xml Kali Linux
apt-get install python3-nb2plots
Fedora
dnf install python3-nb2plots
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-nb2plots

python3-nb2plots

Converting between ipython notebooks and sphinx docs (Python 3)

nb2plots converts Jupyter notebooks to ReST files for Sphinx, and back again. Nb2plots assumes that the ReST document will become the source for your Sphinx web pages, but also for future versions of the notebook. The notebook may serve as a draft for the polished ReST page, and an output format from the Sphinx build. This package contains the Python 3 version of nb2plots.

python2-nb2plots

sphinx docs