Skip to content

Commit

Permalink
Include Jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
patnr committed Oct 31, 2024
1 parent 9e6d229 commit a7a3f18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ plugins:
- search
- autorefs # enable anchor/heading links without specifying its page
# - meta # [insiders only] enable front-matter defaults as in Jekyll
# - mkdocs-jupyter:
# include: ["*.ipynb"] # Default: ["*.py", "*.ipynb"]
# ignore:
# - ".ipynb_checkpoints/*"
# execute: false
- mkdocs-jupyter:
include: ["*.ipynb"] # Default: ["*.py", "*.ipynb"]
ignore:
- ".ipynb_checkpoints/*"
execute: false
# - bibtex:
# # NB: does not work with mkdocstrings (https://github.com/shyamd/mkdocs-bibtex/issues/246)
# # PS: requires pandoc installed on system and markdown_extensions: footnotes
Expand Down

0 comments on commit a7a3f18

Please sign in to comment.