nateraw commited on
Commit
29ce154
·
1 Parent(s): 5f4f395

Update start_server.sh

Browse files
Files changed (1) hide show
  1. 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'