Merge pull request #46 from ribenamaplesyrup/ribenamaplesyrup-patch-3

Update README.md
This commit is contained in:
Sean Greaves
2024-10-25 12:04:53 +01:00
committed by GitHub

View File

@@ -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