A MkDocs plug-in provides a source parser for *.ipynb
Jupyter Notebook files, base on nbconvert.
The project itself's documentation site is a demo of how to use it.
To build and serve the doc-site:
pip install -r requirements.txt
mkdocs serve
Then open http://127.0.0.1:8000
in your browser.