Update README.md

This commit is contained in:
Sean
2023-01-11 14:03:48 +00:00
committed by GitHub
parent ca87f21b07
commit 32b1e10a8a

View File

@@ -31,4 +31,4 @@ pip install -e .
jupyter nbextension enable --py --sys-prefix ipyleaflet
```
4. For a quickstart run `voila dashboard/Sugartrail.ipynb` (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 `voila --no-browser --debug --Voila.ip=0.0.0.0 dashboard/Sugartrail.ipynb --VoilaConfiguration.file_whitelist="['.*']"` (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`.