rahulreshma commited on
Commit
2c1466b
·
verified ·
1 Parent(s): de684f2

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -1
start.sh CHANGED
@@ -1,3 +1,4 @@
 
1
  jupyter-lab \
2
  --ip 0.0.0.0 \
3
  --port 7860 \
@@ -10,4 +11,5 @@ jupyter-lab \
10
  --LabApp.news_url=None \
11
  --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
12
  #--notebook-dir=$NOTEBOOK_DIR
13
- jupyter server list
 
 
1
+ echo "Starting.."
2
  jupyter-lab \
3
  --ip 0.0.0.0 \
4
  --port 7860 \
 
11
  --LabApp.news_url=None \
12
  --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
13
  #--notebook-dir=$NOTEBOOK_DIR
14
+ jupyter server list
15
+ echo "Done."