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.
2 parents 05d4045 + 03ccccc commit 47abadaCopy full SHA for 47abada
pixi.toml
@@ -22,7 +22,7 @@ build = { cmd = [
22
"--keep-going", # do not stop on error
23
] }
24
clean = "rm -rf _build/*"
25
-start = "jupyter lab"
+start = "jupyter lab --FileContentsManager.preferred_dir tutorials"
26
test = "bash ./test.sh"
27
28
[activation]
0 commit comments