derek-thomas HF staff commited on
Commit
14ea301
2 Parent(s): 42b0224 44bf17c

Merge remote-tracking branch 'origin/main'

Browse files
Files changed (1) hide show
  1. jupyterlab/start_server.sh +1 -1
jupyterlab/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="/data"
7
 
8
  jupyter-lab \
9
  --ip 0.0.0.0 \
 
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
 
6
+ NOTEBOOK_DIR="$HOME/app/notebooks/"
7
 
8
  jupyter-lab \
9
  --ip 0.0.0.0 \