From ba093aa03102eeb3668318cdacc6daccfc443896 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 20 Jan 2022 18:38:25 +0100 Subject: [PATCH] Re-enable RTC on Binder --- jupyter_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyter_config.json b/jupyter_config.json index 49623c182..35f78f04e 100644 --- a/jupyter_config.json +++ b/jupyter_config.json @@ -1,4 +1,4 @@ { - "RetroApp": { "collaborative": false, "expose_app_in_browser": true }, - "LabApp": { "collaborative": false, "expose_app_in_browser": true } + "RetroApp": { "collaborative": true, "expose_app_in_browser": true }, + "LabApp": { "collaborative": true, "expose_app_in_browser": true } }