##// END OF EJS Templates
Backport PR #9868: Remove access to 'savefig.dpi', use figure.dpi...
Backport PR #9868: Remove access to 'savefig.dpi', use figure.dpi `ipykernel` now uses `figure.dpi` to control the dpi of the image to be created. This means that `dpi` property of the figure object is a reliable source of truth for the users preferences. Depends on ipython/ipykernel/pull/176

File last commit:

r22884:343c6d39
r22885:1b761683
Show More
capture-displayhook.rst
3 lines | 170 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / capture-displayhook.rst
  • 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`.