From the course: Interactive Dashboards with Plotly and Dash
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Plotly visuals and Dash graph components
From the course: Interactive Dashboards with Plotly and Dash
Plotly visuals and Dash graph components
- [Instructor] Okay, so we just took a look at an example of a very simple Dash application. We created an interactive dropdown menu whose value was passed through our callback function in return text that updated every time that dropdown menu changed and the intent there was really just to get you a little bit of practice working with callback functions before we add complexity. So hopefully you're starting to feel pretty comfortable with the components of a Dash application and how callback functions work. But that application really isn't something that analysts or data scientists would build, not super useful, so let's go ahead and take a look at where this course is going and embed a visualization that changes based on those inputs into an application. So we can add interactive Plotly visuals to Dash apps with three steps. And so the first thing that I suggest doing before adding interactivity or even using a Dash app is create a prototype visualization using Pandas and Plotly…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
(Locked)
Why interactive visuals?6m 3s
-
(Locked)
Installing Plotly and Dash6m 25s
-
(Locked)
The anatomy of a Dash application6m 51s
-
(Locked)
The world's simplest Dash app9m 29s
-
(Locked)
Dash component deep dive4m 55s
-
(Locked)
Interactive elements7m 59s
-
(Locked)
Callback functions8m 19s
-
(Locked)
Demo: Callback functions5m 20s
-
(Locked)
Options for running your application5m 24s
-
(Locked)
Assignment: Simple Dash application2m 38s
-
(Locked)
Solution: Simple Dash application4m 31s
-
(Locked)
Plotly visuals and Dash graph components9m 54s
-
(Locked)
Tying interactive elements to visuals8m 11s
-
(Locked)
Assignment: A more realistic Dash app2m 30s
-
(Locked)
Solution: A more realistic Dash app6m 43s
-
(Locked)
Key takeaways1m 15s
-
(Locked)
-
-
-
-
-
-