s

Plotly Dash

By Angela C

June 4, 2021 in python dash plotly

Reading time: 0 minutes.

Dash is a web framework that allows interactive data dashboards and web apps to be developed using pure Python without having to worry about JavaScript.

Dash uses Flask for the backend and Plotly for producing plots. It also uses React.

Dash can be used to create interactive applications. There are several Dash packages including the following:

  • Dash Core Components for interactive components that a user of the app can manipulate
  • Dash HTML Components provides HTML tags as Python classes.
  • Dash Bootstrap Components for adding Bootstrap functionality to Dash.

I will add in some links to projects here.