From d71e13ce9142efda1175e1768abc7d43222d73f6 Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:02:38 +0100 Subject: [PATCH] Create jupyter_config.json --- jupyter_config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 jupyter_config.json diff --git a/jupyter_config.json b/jupyter_config.json new file mode 100644 index 0000000..aaafd06 --- /dev/null +++ b/jupyter_config.json @@ -0,0 +1,5 @@ +{ + "VoilaConfiguration": { + "file_whitelist": "['.*']" + } +}