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 9f85d00 commit 91af27bCopy full SHA for 91af27b
pixi.toml
@@ -27,6 +27,7 @@ build = { cmd = [
27
clean = "rm -rf _build/*"
28
start = "jupyter lab --FileContentsManager.preferred_dir tutorials"
29
test = "bash ./test.sh"
30
+serve = "python -m http.server 8000 -d _build/html"
31
32
[feature.base.activation]
33
# Workaround overrides JupyterLab configuration (at the environment level) to
0 commit comments