Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: html.widgets.widget_selectioncontainer

SelectionContainer class.

Represents a multipage container that can be used to group other widgets into pages.

2 Classes

class IPython.html.widgets.widget_selectioncontainer.Accordion(children=(), **kwargs)

Bases: IPython.html.widgets.widget_selectioncontainer._SelectionContainer

Displays children each on a separate accordion page.

class IPython.html.widgets.widget_selectioncontainer.Tab(children=(), **kwargs)

Bases: IPython.html.widgets.widget_selectioncontainer._SelectionContainer

Displays children each on a separate accordion tab.