Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: html.widgets.widget_box
¶
Box class.
Represents a container that can be used to group other widgets.
2 Classes¶
-
class
IPython.html.widgets.widget_box.
Box
(children=(), **kwargs)¶ Bases:
IPython.html.widgets.widget.DOMWidget
Displays multiple widgets in a group.
-
__init__
(children=(), **kwargs)¶
-
-
class
IPython.html.widgets.widget_box.
FlexBox
(children=(), **kwargs)¶ Bases:
IPython.html.widgets.widget_box.Box
Displays multiple widgets using the flexible box model.