From 2ff97b810fdd21bc7a5e1935651f5ffc8cdacf45 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:22:51 +0100 Subject: [PATCH] Add top-level config --- jupyter-lite.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 jupyter-lite.json diff --git a/jupyter-lite.json b/jupyter-lite.json new file mode 100644 index 0000000..f4f9518 --- /dev/null +++ b/jupyter-lite.json @@ -0,0 +1,9 @@ +{ + "jupyter-lite-schema-version": 0, + "appName": "AI Assurance Portal", + "jupyter-config-data": { + "disabledExtensions": [ + "@jupyterlite/application-extension:logo" + ] + } +}