##// END OF EJS Templates
Merge pull request #6813 from quantopian/terminal-handler-encoding...
Merge pull request #6813 from quantopian/terminal-handler-encoding BUG: Set file encoding for IPython.html.terminal.handlers.

File last commit:

r17943:80a6dc6e
r18536:596bb790 merge
Show More
interact-manual.rst
4 lines | 291 B | text/x-rst | RstLexer
  • 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.