bokeh.models.widgets.panels¶
Various kinds of panel widgets.
-
class
Panel
(**kwargs)[source]¶ Bases:
bokeh.models.widgets.widget.Widget
A 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.
HBox
orVBox
.
-