From 8cd44399243c6db4c5d6f42a3261758a98dd78db Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:20:46 +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 aaafd06..1bfa3ff 100644 --- a/jupyter_config.json +++ b/jupyter_config.json @@ -1,5 +1,5 @@ { "VoilaConfiguration": { - "file_whitelist": "['.*']" + "file_whitelist": ['.*'] } }