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)¶
-