Skip to content

Commit 248ccb6

Browse files
authored
Complete docstring for interactive.
Include description of `auto_display` that is also accepted, and add description of defaults.
1 parent 8dcf591 commit 248ccb6

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)