Skip to content

Commit 12c8ed7

Browse files
authored
Merge pull request #13 from VectorInstitute/fix/script
Remove jupyterlab server password for local development through docker
2 parents ed9af49 + 1d7b7e0 commit 12c8ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ echo "Jupyter kernel installed."
1919

2020
# Start Jupyter lab
2121
echo "Starting Jupyter lab..."
22-
uv run jupyter lab --no-browser --port=8888 --ip=0.0.0.0
22+
uv run jupyter lab --no-browser --port=8888 --ip=0.0.0.0 --ServerApp.token=''

0 commit comments

Comments
 (0)