Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release.
Interact with functions using widgets.
Bases: IPython.utils.traitlets.HasTraits
A pseudo-widget whose value is fixed and never synced to the client.
Build a group of widgets to interact with a function.
Interact with a function using widgets.
As interact(), generates widgets for each argument, but rather than running the function after each widget change, adds a “Run” button and waits for it to be clicked. Useful if the function is long-running and has several parameters to change.