/mkdocs-nbconvert

Primary LanguageJupyter Notebook

mkdocs-nbconvert

This mkdocs plugin uses nbconvert to render Jupyter notebooks. Simply install the plugin and add a reference

# mkdocs.yaml
#...
plugins:
  - nbconvert
#...