Kamtera commited on
Commit
126e2e7
1 Parent(s): 1a4a611

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -0
start_server.sh CHANGED
@@ -12,5 +12,6 @@ jupyter-lab \
12
  --ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
13
  --ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
14
  --ServerApp.disable_check_xsrf=True \
 
15
  --LabApp.news_url=None \
16
  --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate"
 
12
  --ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
13
  --ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
14
  --ServerApp.disable_check_xsrf=True \
15
+ --ServerApp.allow_origin='*' \
16
  --LabApp.news_url=None \
17
  --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate"