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.

Intro to interactive elements

Intro to interactive elements

- [Instructor] All right, everybody. Now that we've taken a detour and gotten a look at the Plotly library, it's time to shift our attention to Dash. In this section, we're going to cover interactive elements from the Dash Core Components module and use them to provide different data inputs for manipulating Plotly visuals inside of our Dash applications. In the first section, we took a look at the dropdown menu. There are many other options for interactivity. Additionally, there are many ways in which we can use that interactivity. So whether it's filtering our underlying data, whether it's selecting columns from that data to plot, or whether it's simply modifying stylistic attributes of our plots, there are a lot of ways we can leverage interactive elements to make our applications useful to our users. So in this section, we're going to cover basic interactivity, interactive elements, multiple input callbacks, and multiple output callbacks. Our goals for this section are to identify…

Contents