Browse Source

Enable real time collaboration on the dev Binder (#10258)

Jeremy Tuloup 3 years ago
parent
commit
6c4a5168af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      binder/jupyter_notebook_config.py

+ 1 - 0
binder/jupyter_notebook_config.py

@@ -14,6 +14,7 @@ lab_command = ' '.join([
     'lab',
     '--dev-mode',
     '--extensions-in-dev-mode',
+    '--collaborative',
     '--ServerApp.base_url={base_url}lab-dev',
 ] + common + ['>jupyterlab-dev.log 2>&1'])