Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release.
Int class.
Represents an unbounded int using a widget.
Bases: IPython.html.widgets.widget_int._Int
Textbox widget that represents a int.
Bases: IPython.html.widgets.widget_int._BoundedInt
Textbox widget that represents a int bounded by a minimum and maximum value.
Bases: IPython.html.widgets.widget_int._BoundedInt
Slider widget that represents a int bounded by a minimum and maximum value.
Bases: IPython.html.widgets.widget_int._BoundedInt
Progress bar that represents a int bounded by a minimum and maximum value.
Bases: IPython.html.widgets.widget_int._BoundedIntRange