From 03c46c21db7677df06f7d3791684e36061b80ab3 Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:04:40 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a685de..9f63d0d 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,9 @@ git clone https://github.com/ribenamaplesyrup/sugartrail.git conda create -n candystore python=3.10 conda activate candystore pip install -e . -jupyter nbextension enable --py --sys-prefix ipyleaflet ``` -4. For a quickstart run `python -m voila --no-browser --debug dashboard/Sugartrail.ipynb --VoilaConfiguration.file_whitelist="['.*']"` and navigate to the url printed in your terminal where VoilĂ  is running at (no-code). For a more detailed explanation of the tool's capabilities, run `jupyter notebook notebooks` and open either `quickstart.ipynb` or `001_getting_started.ipynb`. +4. For a quickstart run `python -m voila --no-browser --debug dashboard/Sugartrail.ipynb --VoilaConfiguration.file_allowlist="['.*']"` and navigate to the url printed in your terminal where VoilĂ  is running at (no-code). For a more detailed explanation of the tool's capabilities, run `jupyter notebook notebooks` and open either `quickstart.ipynb` or `001_getting_started.ipynb`. ## Examples & Tutorials