Installation¶
This MkDocs plugin is based on Jupyter nbconvert.
When install the plugin, jupyter and nbconvert will also be installed.
Install by pip¶
pip install mkdocs-nbconvert
Install from source¶
git clone https://github.com/tanbro/mkdocs-nbconvert.git
cd mkdocs-nbconvert
pip install .