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