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