Warning

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

Module: html.widgets.interaction

Interact with functions using widgets.

1 Class

class IPython.html.widgets.interaction.fixed(value, **kwargs)

Bases: IPython.utils.traitlets.HasTraits

A pseudo-widget whose value is fixed and never synced to the client.

__init__(value, **kwargs)

2 Functions

IPython.html.widgets.interaction.interactive(__interact_f, **kwargs)

Build a group of widgets to interact with a function.

IPython.html.widgets.interaction.interact(f, **kwargs)

Interact with a function using widgets.