Skip to content

Commit 89d29a0

Browse files
committed
Add 'pixi run start' tasks.
1 parent 9be2fcd commit 89d29a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ build = { cmd = [
1717
"--keep-going", # do not stop on error
1818
] }
1919
clean = "rm -rf build/*"
20+
start = "jupyter lab"
2021

2122
[activation]
2223
scripts = ["setup_jupyterlab_config.sh"]

0 commit comments

Comments
 (0)