##// END OF EJS Templates
Backport PR #9299: FIX: account for dpi == 'figure'...
Backport PR #9299: FIX: account for dpi == 'figure' In mpl 1.5.0 'figure' became a valid dpi value, in 2.0 it will become the default. xref https://github.com/matplotlib/matplotlib/issues/6113 ...

File last commit:

r22032:d8372424
r22153:3717d070
Show More
index.rst
18 lines | 524 B | text/x-rst | RstLexer

Developer's guide to core IPython

This guide documents the development of core IPython. Alternatively, developers of third party tools and libraries that use IPython should see the :doc:`../development/index`.

Developers working on core IPython should also consult the developer information on the IPython GitHub wiki.