nateraw commited on
Commit
d4bc514
·
1 Parent(s): 9a70507

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -6,7 +6,7 @@ jupyter-lab \
6
  --port 7860 \
7
  --no-browser \
8
  --allow-root \
9
- --NotebookApp.token='$JUPYTER_TOKEN' \
10
  --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
11
  --NotebookApp.disable_check_xsrf=True \
12
  --NotebookApp.cookie_options="{'SameSite': 'None', 'Secure': True}"
 
6
  --port 7860 \
7
  --no-browser \
8
  --allow-root \
9
+ --NotebookApp.token="$JUPYTER_TOKEN" \
10
  --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
11
  --NotebookApp.disable_check_xsrf=True \
12
  --NotebookApp.cookie_options="{'SameSite': 'None', 'Secure': True}"