Skip to content

Commit 91af27b

Browse files
committed
add a pixi command to run an http server
1 parent 9f85d00 commit 91af27b

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
@@ -27,6 +27,7 @@ build = { cmd = [
2727
clean = "rm -rf _build/*"
2828
start = "jupyter lab --FileContentsManager.preferred_dir tutorials"
2929
test = "bash ./test.sh"
30+
serve = "python -m http.server 8000 -d _build/html"
3031

3132
[feature.base.activation]
3233
# Workaround overrides JupyterLab configuration (at the environment level) to

0 commit comments

Comments
 (0)