diff --git a/docs/source/whatsnew/pr/interact-manual.rst b/docs/source/whatsnew/pr/interact-manual.rst new file mode 100644 index 0000000..931005c --- /dev/null +++ b/docs/source/whatsnew/pr/interact-manual.rst @@ -0,0 +1,4 @@ +- 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.