From 54ba556f10c4b5050681099162e73134347ee21b Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:28:44 +0100 Subject: [PATCH] Update jupyter_config.json --- jupyter_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_config.json b/jupyter_config.json index 7fa63a0..aaafd06 100644 --- a/jupyter_config.json +++ b/jupyter_config.json @@ -1,5 +1,5 @@ { "VoilaConfiguration": { - "file_whitelist": [".*"] + "file_whitelist": "['.*']" } }