Update start.sh
Browse files
start.sh
CHANGED
@@ -27,7 +27,7 @@ fi
|
|
27 |
service nginx start
|
28 |
|
29 |
# Start JupyterLab
|
30 |
-
jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root --NotebookApp.allow_origin='*' &
|
31 |
echo "JupyterLab started"
|
32 |
|
33 |
# Check if there is a venv directory, if so, activate it
|
|
|
27 |
service nginx start
|
28 |
|
29 |
# Start JupyterLab
|
30 |
+
jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root --NotebookApp.allow_origin='*' --NotebookApp.token='' &
|
31 |
echo "JupyterLab started"
|
32 |
|
33 |
# Check if there is a venv directory, if so, activate it
|