IPython Documentation

Table Of Contents

Previous topic

Module: html.widgets.widget_button

Next topic

Module: html.widgets.widget_image

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_float

Float class.

Represents an unbounded float using a widget.

5 Classes

class IPython.html.widgets.widget_float.FloatText(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_float._Float

class IPython.html.widgets.widget_float.BoundedFloatText(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_float._BoundedFloat

class IPython.html.widgets.widget_float.FloatSlider(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_float._BoundedFloat

class IPython.html.widgets.widget_float.FloatProgress(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_float._BoundedFloat

class IPython.html.widgets.widget_float.FloatRangeSlider(*pargs, **kwargs)

Bases: IPython.html.widgets.widget_float._BoundedFloatRange