bokeh.models.widgets.panels¶Various kinds of panel widgets.
Panel(**kwargs)¶Bases: bokeh.models.widget.Widget
A single-widget container with title bar and controls.
child¶property type: Instance(Widget)
The child widget. If you need more children, use a layout widget,
e.g. HBox or VBox.
[
  {
    "attributes": {
      "child": null,
      "closable": false,
      "disabled": false,
      "doc": null,
      "id": "68bf82d8-c035-4214-967b-7e61401dc0e7",
      "name": null,
      "tags": [],
      "title": null
    },
    "id": "68bf82d8-c035-4214-967b-7e61401dc0e7",
    "type": "Panel"
  }
]
Tabs(**kwargs)¶Bases: bokeh.models.widget.Widget
A panel widget with navigation tabs.
[
  {
    "attributes": {
      "active": 0,
      "callback": null,
      "disabled": false,
      "doc": null,
      "id": "1c451c3e-c180-4745-a400-88500fcab6ad",
      "name": null,
      "tabs": [],
      "tags": []
    },
    "id": "1c451c3e-c180-4745-a400-88500fcab6ad",
    "type": "Tabs"
  }
]