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