Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 631 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 631 Bytes

Description

This is a Dash Plotly example repo with boilerplate code and complete sample code to get started on building dashboards with Dash Plotly

How to use

First install dependencies pip install -r requirements.txt then run the app with python app.py

Debugging tips for running the app

  • 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 or python3)

References