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 fcd46f4 commit afe84ecCopy full SHA for afe84ec
pyproject.toml
@@ -58,6 +58,10 @@ tutorial = "jupyter lab --LabApp.default_url='/lab/tree/overview/xarray-in-45-mi
58
build = "jupyter-book build ./ --warningiserror --keep-going"
59
precommit = "pre-commit run --all"
60
checklinks = "jupyter-book build ./ --builder linkcheck"
61
+clear-cache = "jupyter-book clean ."
62
+# To clear a specific notebook pass ID number: jcache cache -p _build/.jupyter_cache remove 28
63
+# To clear all cached notebooks: jupyter-book clean . --all"
64
+list-cache = "jcache cache -p _build/.jupyter_cache list"
65
66
[tool.pixi.dependencies]
67
jupyter-book = ">=1.0.4.post1,<2"
0 commit comments