IPython Documentation

Table Of Contents

Previous topic

Module: html.widgets.widget_container

Next topic

Module: html.widgets.widget_image

This Page

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