Skip to content

Commit

Permalink
Merge pull request #3169 from fperez/patch-1
Browse files Browse the repository at this point in the history
Complete docstring for `interactive`.
  • Loading branch information
jasongrout authored Mar 23, 2021
2 parents 8dcf591 + 248ccb6 commit 8a6ce57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipywidgets/widgets/interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ class interactive(VBox):
should match the function signature.
__options : dict
A dict of options. Currently, the only supported keys are
``"manual"`` and ``"manual_name"``.
``"manual"`` (defaults to ``False``), ``"manual_name"`` (defaults
to ``"Run Interact"``) and ``"auto_display"`` (defaults to ``False``).
**kwargs : various, optional
An interactive widget is created for each keyword argument that is a
valid widget abbreviation.
Expand Down

0 comments on commit 8a6ce57

Please sign in to comment.