IPython Documentation

Table Of Contents

Previous topic

Module: html.widgets.widget_image

Next topic

Module: html.widgets.widget_selection

This Page

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