frost-rolf commited on
Commit
34e7f3f
1 Parent(s): e2ae82b

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -2
start_server.sh CHANGED
@@ -5,10 +5,10 @@ echo "Starting JupyterLab..."
5
 
6
  JUPYTER_TOKEN="Civices01"
7
 
8
- NOTEBOOK_DIR="$HOME"
9
 
10
  # Change to the working directory
11
- cd $HOME
12
 
13
  # Start the JupyterLab server
14
  jupyter-lab \
 
5
 
6
  JUPYTER_TOKEN="Civices01"
7
 
8
+ NOTEBOOK_DIR="/data"
9
 
10
  # Change to the working directory
11
+ cd /data
12
 
13
  # Start the JupyterLab server
14
  jupyter-lab \