From b23df3b36a20912b08271098013b94f2ba7b8614 Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:39:21 +0100 Subject: [PATCH] Update jupyter_config.json --- jupyter_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyter_config.json b/jupyter_config.json index 7fa63a0..74c70f6 100644 --- a/jupyter_config.json +++ b/jupyter_config.json @@ -1,5 +1,6 @@ { "VoilaConfiguration": { + "enable_nbextensions": true, "file_whitelist": [".*"] } }