Update README.md

This commit is contained in:
Sean Greaves
2024-10-22 15:49:26 +01:00
committed by GitHub
parent ee8d58c285
commit 12215b84a8

View File

@@ -36,7 +36,7 @@ pip install -e .
jupyter nbextension enable --py --sys-prefix ipyleaflet
```
4. For a quickstart run `voila --no-browser --debug --Voila.ip=0.0.0.0 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` 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