mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-08 03:28:31 +03:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user