IPython Documentation

Table Of Contents

Previous topic

Module: html.widgets.widget_float

Next topic

Module: html.widgets.widget_int

This Page

Note

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

Module: html.widgets.widget_image

ButtonWidget class.

Represents a button in the frontend using a widget. Allows user to listen for click events on the button and trigger backend code when the clicks are fired.

1 Class

class IPython.html.widgets.widget_image.ImageWidget(**kwargs)

Bases: IPython.html.widgets.widget.DOMWidget