Skip to content

Online Dashboarding: Plotly Dash, Streamlit

Pier Paolo Ippolito edited this page Apr 25, 2020 · 1 revision

Plotly Dash

Plotly Dash is an open-source framework which can be used in order to create interactive dashboards, these can then be deployed on the web using hosting services such as Heroku.

This dashboard can be tested live using this link.

If you are looking for a written explanation on how to create this dashboard, I wrote a step by step guide on Towards Data Science. All the code used for this project is available at this link.

Streamlit

Streamlit is another open-source Python framework which can be used in order to quickly create and deploy Python web apps.

A live demonstration of this app is available at this link while the code is accessible here.