Python Data Visualization Transcripts
Chapter: Dash
Lecture: Callback reference

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Let me walk through a summary of how callbacks interact with court components. So using the Simple histogram,
0:08 we specify the output is a graph object with an idea of histogram. We specify that the input is a drop down with an id of fuel ID.
0:17 When the user changes values in the dropdown, the histogram gets updated and here's the simplified code that does that.
0:25 We have our update function wrapped with the callback that defines the outputs and the inputs and the types of inputs and outputs.
0:33 This is what Dash uses behind the scenes to automatically update your visualizations as users make changes to them.


Talk Python's Mastodon Michael Kennedy's Mastodon