The dashboard is hosted at Heroku, please see this link.
- Run the command prompt with admin privilege and install the Python package Poetry as follow:
pip install poetry
- Restart the command prompt and cd to the repo directory
- Install the required libraries by invoking poetry
poetry install
- Install poetry following instruction from above, then invoke the poetry shell
poetry shell
- Start dashboard
dashboard
If you see the following, the dashboard is already running:
Dash is running on http://127.0.0.1:8050/
* Serving Flask app "dashboard-script" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
By default, the dashboard will be running at localhost:8050, open a browser and visit http://localhost:8050.