##// END OF EJS Templates
Add docs/source/whatsnew/pr/interact-manual.rst
Add docs/source/whatsnew/pr/interact-manual.rst

File last commit:

r17943:80a6dc6e
r17943:80a6dc6e
Show More
interact-manual.rst
4 lines | 291 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / interact-manual.rst
Gordon Ball
Add docs/source/whatsnew/pr/interact-manual.rst
r17943 - The function ``interact_manual`` has been added which behaves similarly to
``interact``, but adds a button to explicitly run the interacted-with
function, rather than doing it automatically for every change of the
parameter widgets. This should be useful for long-running functions.