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)

Bases: bokeh.models.component.Component

A base class for all interactive widget types.

JSON Prototype
{
  "disabled": false,
  "id": "c0fd6206-cbdd-4a33-a051-837feb0fb74a",
  "name": null,
  "tags": []
}