##// END OF EJS Templates
Merge pull request #10969 from takluyver/use-the-force...
Merge pull request #10969 from takluyver/use-the-force Skip our own Python completions when using Jedi

File last commit:

r23997:7de483b5
r24129:7d533c31 merge
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.