Spaces:
Runtime error
Runtime error
Update start_server.sh
Browse files- start_server.sh +8 -0
start_server.sh
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
2 |
+
|
3 |
+
jupyter-lab \
|
4 |
+
--ip 0.0.0.0 \
|
5 |
+
--port 7860 \
|
6 |
+
--no-browser \
|
7 |
+
--allow-root \
|
8 |
+
--NotebookApp.token='$JUPYTER_TOKEN'
|