newturok commited on
Commit
a1c753a
·
verified ·
1 Parent(s): 3ed3735

Update start.sh

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