Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

bstim-covid19-dash

  • Clone with SSH
  • Clone with HTTPS
  • BSTIM-Covid19-Dash

    Dashboard screenshot

    What's under the hood?

    It is written in Python using Dash. It can be run using JupyterLab or as a Flask-based web application.

    Using the dashboard in Jupyter Lab

    To use the dashboard inside Jupyter Lab, it is necessary to install the jupyterlab-dash extension.

    Running the web app locally

    The easiest way is to clone this repository, create a virtual environment and install the required packages:

    virtualenv -p python3 venv
    source venv/bin/activate
    pip install -r requirements.txt

    To run the actual web app:

    python app.py

    The dashboard can then be used in a browser pointing to link http://127.0.0.1:8050/ .