Data Transformations
Output Widgets
Output widgets allow you to display plots and data in your notebook interface. These widgets provide interactive visualization capabilities for your analysis results.
Output widgets function as Python classes and can be assigned to variables. They provide interactive ways to display plots and data in your notebook interface.
Supported Output Widget Types
Below is a comprehensive list of supported output widget types.
Output Widget Reactivity
Output widgets are reactive to changes in their source data. When the source plot or data is updated, the widget display will automatically update to reflect the changes.
Example: