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: Multiple interactive elements

Solution: Multiple interactive elements

- [Instructor] All right, everybody. A portion of our solution code is up on the right. We included the setup for the front end of our application as well as the setup, as well as our callback decorator. Let's go ahead and dive into the notebook. Okay, so what we're going to do is start with our application from assignment one. This was just our simple night ski snow park toggle map. But now what we're going to do is add a few bells and whistles. The first thing we're going to do is embed our slider. And this is exactly the same as the slider we built in the assignment two. And so we need to make sure that our callback can handle this input. And so our elevation slider is still titled Elevation Slider. And so we're going to take input from this up here. And so we need to add an argument to handle this. So we're going to say elevation, and then we'll also take in the features from our checklist. And so I'll go ahead and un-comment this piece. And so the first thing we're going to do is…

Contents