rst2md
Converting between ipython notebooks and sphinx docs (Python 3)
Install
- All systems
-
curl cmd.cat/rst2md.sh
- Debian
-
apt-get install python3-nb2plots
- Ubuntu
-
apt-get install python3-nb2plots
- Kali Linux
-
apt-get install python3-nb2plots
- Fedora
-
dnf install python3-nb2plots
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-nb2plots
- Dockerfile
- dockerfile.run/rst2md
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.