From db364d29993a577ee64cf07b4a92b695f311268f Mon Sep 17 00:00:00 2001 From: Rolfes <alois.rolfes@hs-hannover.de> Date: Sun, 23 Jan 2022 13:15:22 +0100 Subject: [PATCH] extensions enabled --- jupyter_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jupyter_config.json b/jupyter_config.json index ee75dc1..40b4447 100644 --- a/jupyter_config.json +++ b/jupyter_config.json @@ -1,5 +1,6 @@ { "VoilaConfiguration": { - "theme": "light" + "theme": "light", + "enable_nbextensions": true } } -- GitLab