Interactive and scalable dashboards with Vaex and Dash

From: https://medium.com/plotly/interactive-and-scalable-dashboards-with-vaex-and-dash-9b104b2dc9f0 The thing about dashboards… Creating dashboards is often an integral part of data science projects. Dashboards are all about communication: be it sharing the findings of data science teams with the executives, monitoring key business metrics, or tracking the performance of a model in production. Most importantly, a good dashboard should present meaningful … Continue reading Interactive and scalable dashboards with Vaex and Dash

Create a Multipage Dash Application

From: https://towardsdatascience.com/create-a-multipage-dash-application-eceac464de91 Making a dashboard is a great way to communicate the value of data science projects to coders and non-coders alike! For those of us that work in data science, often times our skills with data come with a lack of skill in front end development. Dash, a library built by Plotly, offers simple boiler … Continue reading Create a Multipage Dash Application

Build a live dashboard with Python

From: https://pusher.com/tutorials/live-dashboard-python You will need Python 3+ installed on your machine. A basic knowledge of Python and Flask will be helpful. Introduction In the past, if we needed to build a web platform that keeps track of user actions and displays updates accordingly, say on the admin dashboard, we will have to refresh the dashboard … Continue reading Build a live dashboard with Python

Create a Python powered dashboard in under 10 minutes

From: https://moderndata.plot.ly/create-a-plotly-dashboards-in-under-10-minutes/ Plotly graphs can be embedded in web sites to create interactive, highly customized dashboards that have many advantages over what is available with expensive, traditional BI software. Many of the world’s leading data driven companies (Netflix, Google, Siemens, and others) are using Plotly to power their dashboards. This article shows you how to create a simple Plotly dashboard using … Continue reading Create a Python powered dashboard in under 10 minutes