From b56108790d2ba5cc23545c286d851f9796acc1e5 Mon Sep 17 00:00:00 2001 From: Michael Weinold <23102087+michaelweinold@users.noreply.github.com> Date: Sat, 16 Sep 2023 09:06:16 +0200 Subject: [PATCH] changed storage driver --- repl/jupyter-lite.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/repl/jupyter-lite.json b/repl/jupyter-lite.json index 3c6e847..96cdf30 100644 --- a/repl/jupyter-lite.json +++ b/repl/jupyter-lite.json @@ -7,7 +7,5 @@ "jupyterlab-tour" ], }, - "env": { - "BRIGHTWAY_DIR":"/tmp/brightway", - } + "contentsStorageDrivers": "webSQLStorage", }