Warning

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

Module: html.widgets.widget_float

FloatWidget class.

Represents an unbounded float using a widget.

4 Classes

class IPython.html.widgets.widget_float.FloatTextWidget(**kwargs)

Bases: IPython.html.widgets.widget_float._FloatWidget

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

Bases: IPython.html.widgets.widget_float._BoundedFloatWidget

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

Bases: IPython.html.widgets.widget_float._BoundedFloatWidget

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

Bases: IPython.html.widgets.widget_float._BoundedFloatWidget