Warning

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

Module: html.widgets.widget_int

IntWidget class.

Represents an unbounded int using a widget.

4 Classes

class IPython.html.widgets.widget_int.IntTextWidget(**kwargs)

Bases: IPython.html.widgets.widget_int._IntWidget

class IPython.html.widgets.widget_int.BoundedIntTextWidget(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_int._BoundedIntWidget

class IPython.html.widgets.widget_int.IntSliderWidget(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_int._BoundedIntWidget

class IPython.html.widgets.widget_int.IntProgressWidget(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_int._BoundedIntWidget