From 80a6dc6ef201bbccdac5a0f31db5ebd6b59b8b99 2014-09-23 18:08:15 From: Gordon Ball Date: 2014-09-23 18:08:15 Subject: [PATCH] Add docs/source/whatsnew/pr/interact-manual.rst --- 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.