huph22 commited on
Commit
723f8bc
·
verified ·
1 Parent(s): 4a22abd
Files changed (1) hide show
  1. start_server.sh +4 -0
start_server.sh CHANGED
@@ -14,6 +14,10 @@ jupyter-lab \
14
  --ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
15
  --ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
16
  --ServerApp.disable_check_xsrf=True \
 
 
 
 
17
  --LabApp.news_url=None \
18
  --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
19
  --notebook-dir=$NOTEBOOK_DIR
 
14
  --ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
15
  --ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
16
  --ServerApp.disable_check_xsrf=True \
17
+ --ServerApp.iopub_data_rate_limit=1.0e10 \
18
+ --ServerApp.iopub_msg_rate_limit=1000000 \
19
+ --ServerApp.iopub_max_msg_size=1000000000 \
20
+ --ServerApp.rate_limit_window=10 \
21
  --LabApp.news_url=None \
22
  --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
23
  --notebook-dir=$NOTEBOOK_DIR