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.

Solution: Simple Dash application

Solution: Simple Dash application

- [Instructor] All right, everybody. Our solution code is up on the right. And before we jump into the notebook, I want to point out that these are complex applications. This one, obviously, is about as simple as it gets, but there are many ways to create applications that have the same purpose. They might look very similar, but the code could be different. And when I'm asking you to perform these tasks, I'm not giving you the full code blueprint. You're taking things that we've learned in prior lessons and putting the pieces together yourself. And so your applications might look different. This is just my version of that application. But if you were to ask five or 10 Python developers to come up with the same application given the requirements, you would see differences among those. Some might be a little bit better than others, but overall, the idea here is that your code isn't going to always align perfectly with mine. And so don't worry too much about that as long as your…

Contents