This is a Dash Plotly example repo with boilerplate code and complete sample code to get started on building dashboards with Dash Plotly
First install dependencies
pip install -r requirements.txt
then run the app with
python app.py
- update pip with
pip install --upgrade pip
- check if you have pip, python, or the other dependencies installed
- make sure you are using the correct version of python/pip (try
pip3
orpython3
)
- ecg-dashboard @author: Thomas M. Bury