From 2b31df1835d602e48a19d047cf8de2973357c648 Mon Sep 17 00:00:00 2001 From: 622aa39c1f9b166ab1a38c05 <622aa39c1f9b166ab1a38c05@devide> Date: Sun, 23 Apr 2023 07:20:13 +0000 Subject: [PATCH] UPDATE --- jupyter_lab_config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jupyter_lab_config.py b/jupyter_lab_config.py index 72928e8..52adc23 100644 --- a/jupyter_lab_config.py +++ b/jupyter_lab_config.py @@ -12,3 +12,6 @@ c.NotebookApp.trust_xheaders = True c.NotebookApp.allow_origin_pat = ".*" c.NotebookApp.allow_credentials = True c.NotebookApp.disable_check_xsrf=True +c.LabApp.collaborative = True +c.LabApp.app_settings_overrides = { +} \ No newline at end of file -- GitLab