Skip to content

Commit 47abada

Browse files
authored
Merge pull request #60 from danielballan/preferred-dir
Open JupyterLab with contents manager in `tutorials/` directory
2 parents 05d4045 + 03ccccc commit 47abada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build = { cmd = [
2222
"--keep-going", # do not stop on error
2323
] }
2424
clean = "rm -rf _build/*"
25-
start = "jupyter lab"
25+
start = "jupyter lab --FileContentsManager.preferred_dir tutorials"
2626
test = "bash ./test.sh"
2727

2828
[activation]

0 commit comments

Comments
 (0)