Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 193 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 193 Bytes

mkdocs-nbconvert

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

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