From 12215b84a8cea79aae4abfbbf78ee11ca5222481 Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:49:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d587fbc..06fe4dc 100644 --- a/README.md +++ b/README.md @@ -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