##// END OF EJS Templates
Adding necessary module used for building docs to get rid of WARNING: error while formatting arguments for IPython.core.interactiveshell.sphinxify
Adding necessary module used for building docs to get rid of WARNING: error while formatting arguments for IPython.core.interactiveshell.sphinxify

File last commit:

r23997:7de483b5
r24066:326f41be
Show More
event-callbacks-updates.rst
7 lines | 379 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / event-callbacks-updates.rst

The post event callbacks are now always called, even when the execution failed (for example because of a SyntaxError). Additionally, the execution info and result objects are now made available in the corresponding pre or post *_run_cell event callbacks in a backward compatible manner.