bokeh.models.widgets.panels¶
Various kinds of panel widgets.
-
class
Panel(**kwargs)[source]¶ Bases:
bokeh.models.widgets.widget.WidgetA single-widget container with title bar and controls.
-
child¶ property type:
Instance(LayoutDOM)The child widget. If you need more children, use a layout widget, e.g.
HBoxorVBox.
-