Make your component interactive#

This section will help you add interactivity to your applications and exploratory workflows.

Add interactivity to a function

Discover how to bind widgets to a function to add interactivity.

Add interactivity to a function
Build self-updating components

How to use Python generators with pn.bind to build components that update themselves.

Add interactivity with generators
Add reactivity to components

Discover how to bind parameters, widgets, and bound functions to components.

Add reactivity to components
Build reactive data pipelines

How to use hvplot.interactive with widgets to make your data workflows interactive

Make interactive data workflows