##// END OF EJS Templates
handle missing 'text/plain' in displayhook...
handle missing 'text/plain' in displayhook avoids KeyError when repr fails

File last commit:

r17943:80a6dc6e
r18026:6ee28e22
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.