From 03cccccad6df93e106fdf729d889a47199be3aea Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Wed, 14 May 2025 16:11:03 -0700 Subject: [PATCH] Open JuptyerLab in tutorials/ dir. --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 56148de..5560819 100644 --- a/pixi.toml +++ b/pixi.toml @@ -22,7 +22,7 @@ build = { cmd = [ "--keep-going", # do not stop on error ] } clean = "rm -rf _build/*" -start = "jupyter lab" +start = "jupyter lab --FileContentsManager.preferred_dir tutorials" test = "bash ./test.sh" [activation]