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.

Build self-updating components

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

Add reactivity to components

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

Build reactive data pipelines

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