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.

2 Functions

IPython.html.widgets.widget_box.VBox(*pargs, **kwargs)

Displays multiple widgets vertically using the flexible box model.

IPython.html.widgets.widget_box.HBox(*pargs, **kwargs)

Displays multiple widgets horizontally using the flexible box model.