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 2cb8b53 commit 70046cbCopy full SHA for 70046cb
2 files changed
docs/_quarto.yml
@@ -18,9 +18,9 @@ website:
18
- section: "Examples"
19
contents:
20
- text: "Toggle for All Cells"
21
- href: qtoggle-all-cells.qmd
+ href: qtoggle-all-cells-example.qmd
22
- text: "Toggle Specific Cells"
23
- href: qtoggle-specific-cells.qmd
+ href: qtoggle-specific-cells-example.qmd
24
- section: "Support"
25
26
- text: "FAQ"
docs/requirements.txt
@@ -1 +1,2 @@
1
-matplotlib
+matplotlib
2
+numpy
0 commit comments