bokeh.models.widgets.widget¶
Bokeh can present many kinds of UI widgets alongside plots. When used in conjunction with the Bokeh server, it is possible to trigger events, updates, etc. based on a user’s interaction with these widgets.
-
class
Widget
(**kwargs)[source]¶ Bases:
bokeh.models.layouts.LayoutDOM
A base class for all interactive widget types.