IPython Documentation

Table Of Contents

Previous topic

Module: html.widgets.widget_image

Next topic

Module: html.widgets.widget_selection

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release.

Module: html.widgets.widget_int

Int class.

Represents an unbounded int using a widget.

5 Classes

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

Bases: IPython.html.widgets.widget_int._Int

Textbox widget that represents a int.

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

Bases: IPython.html.widgets.widget_int._BoundedInt

Textbox widget that represents a int bounded by a minimum and maximum value.

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

Bases: IPython.html.widgets.widget_int._BoundedInt

Slider widget that represents a int bounded by a minimum and maximum value.

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

Bases: IPython.html.widgets.widget_int._BoundedInt

Progress bar that represents a int bounded by a minimum and maximum value.

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

Bases: IPython.html.widgets.widget_int._BoundedIntRange