We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb6469 commit 1ba7bfeCopy full SHA for 1ba7bfe
docs/.docker/pip_requirements.txt
@@ -7,3 +7,4 @@ mdx-truly-sane-lists
7
mkdocs-gen-files
8
mkdocs-literate-nav
9
mkdocs-exclude-search
10
+mkdocs-jupyter
docs/mkdocs.yaml
@@ -7,7 +7,8 @@ nav:
- DataJoint Python: getting_started/index.md
- Getting Started: getting_started/index.md
- Concepts: concepts.md
- - Tutorials: tutorials.md
+ - Tutorials:
11
+ - tutorials/json.ipynb
12
- About:
13
- Changelog: about/changelog.md
14
- API: api/ # defer to gen-files + literate-nav
@@ -53,6 +54,8 @@ plugins:
53
54
- exclude-search:
55
exclude:
56
- "*/navigation.md"
57
+ - mkdocs-jupyter:
58
+ include: ["*.ipynb"]
59
markdown_extensions:
60
- attr_list
61
- toc:
docs/src/tutorials.md
0 commit comments