Yusin commited on
Commit
58eafd2
·
verified ·
1 Parent(s): 01c0d79

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -2
start_server.sh CHANGED
@@ -3,7 +3,7 @@ JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
 
6
- NOTEBOOK_DIR="/home/user/app"
7
 
8
  jupyter-lab \
9
  --ip 0.0.0.0 \
@@ -17,5 +17,5 @@ jupyter-lab \
17
  --LabApp.news_url=None \
18
  --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
19
  --notebook-dir=$NOTEBOOK_DIR \
20
- --NotebookApp.default_url="/lab/tree/GeoAgent-20250427.ipynb"
21
 
 
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
 
6
+ NOTEBOOK_DIR="/home/user/app/notebook_dir"
7
 
8
  jupyter-lab \
9
  --ip 0.0.0.0 \
 
17
  --LabApp.news_url=None \
18
  --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
19
  --notebook-dir=$NOTEBOOK_DIR \
20
+ "/home/user/app/notebook_dir/GeoAgent-20250427.ipynb"
21