##// END OF EJS Templates
Merge pull request #9980 from Carreau/deprecation-w...
Merge pull request #9980 from Carreau/deprecation-w Improve some (deprecation) warnings with versions and stacklevel.

File last commit:

r22843:cfd8c8ee
r22918:5b90af56 merge
Show More
capture-displayhook.rst
3 lines | 170 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / capture-displayhook.rst
Thomas Kluyver
Add whatsnew entry
r22843 - The :cellmagic:`capture` magic can now capture the result of a cell (from an
expression on the last line), as well as printed and displayed output.
:ghpull:`9851`.