widgets¶
Display a variety of interactive widgets.
Note
including widgets in Bokeh output requires that the separate
bokeh-widgets.js
is loaded. Most Bokeh output functions will
take care of this automatically. For more advanced use-cases, see
bokeh.resources.
The full list of wiget categories is below:
- buttons
- groups
- icons
- inputs
- markups
- sliders
- tables
- AvgAggregator
- BooleanFormatter
- CellEditor
- CellFormatter
- CheckboxEditor
- DataCube
- DataTable
- DateEditor
- DateFormatter
- GroupingInfo
- HTMLTemplateFormatter
- IntEditor
- MaxAggregator
- MinAggregator
- NumberEditor
- NumberFormatter
- PercentEditor
- ScientificFormatter
- SelectEditor
- StringEditor
- StringFormatter
- SumAggregator
- TableColumn
- TableWidget
- TextEditor
- TimeEditor
- widget