Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release.
Selection classes.
Represents an enumeration using a widget.
Bases: IPython.html.widgets.widget_selection._Selection
Group of toggle buttons that represent an enumeration. Only one toggle button can be toggled at any point in time.
Bases: IPython.html.widgets.widget_selection._Selection
Allows you to select a single item from a dropdown.
Bases: IPython.html.widgets.widget_selection._Selection
Group of radio buttons that represent an enumeration. Only one radio button can be toggled at any point in time.
Bases: IPython.html.widgets.widget_selection._Selection
Listbox that only allows one item to be selected at any given time.