We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dcf591 + 248ccb6 commit 8a6ce57Copy full SHA for 8a6ce57
ipywidgets/widgets/interaction.py
@@ -146,7 +146,8 @@ class interactive(VBox):
146
should match the function signature.
147
__options : dict
148
A dict of options. Currently, the only supported keys are
149
- ``"manual"`` and ``"manual_name"``.
+ ``"manual"`` (defaults to ``False``), ``"manual_name"`` (defaults
150
+ to ``"Run Interact"``) and ``"auto_display"`` (defaults to ``False``).
151
**kwargs : various, optional
152
An interactive widget is created for each keyword argument that is a
153
valid widget abbreviation.
0 commit comments