From 0b1b69f047a13ee57a148afb4bc7ddd4d36c9e66 Mon Sep 17 00:00:00 2001 From: Sean <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Sat, 31 Dec 2022 17:03:31 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a867013..5f4ebee 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Sugartrail is a network analysis and visualisation tool developed to make it eas You will require an API key from Companies House to get data. First you will need to create a live application to get an API key which you can do by following the [Companies House guide](https://developer.company-information.service.gov.uk/how-to-create-an-application). +## Usage + +A hosted demo of the Sugartrail dashboard can be accessed [here](https://stark-island-99644.herokuapp.com/). + ## Installation 1. Make sure you have Conda installed @@ -27,6 +31,5 @@ pip install -e . jupyter nbextension enable --py --sys-prefix ipyleaflet ``` -## Usage +4. For a quickstart run `voila dashboard/quickstart_voila.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`. -For a quickstart run `voila dashboard/quickstart_voila.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`.