Skip to content

Commit 8a6ce57

Browse files
authored
Merge pull request #3169 from fperez/patch-1
Complete docstring for `interactive`.
2 parents 8dcf591 + 248ccb6 commit 8a6ce57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ipywidgets/widgets/interaction.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ class interactive(VBox):
146146
should match the function signature.
147147
__options : dict
148148
A dict of options. Currently, the only supported keys are
149-
``"manual"`` and ``"manual_name"``.
149+
``"manual"`` (defaults to ``False``), ``"manual_name"`` (defaults
150+
to ``"Run Interact"``) and ``"auto_display"`` (defaults to ``False``).
150151
**kwargs : various, optional
151152
An interactive widget is created for each keyword argument that is a
152153
valid widget abbreviation.

0 commit comments

Comments
 (0)