##// 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:

r21636:ec0fabd0
r22885:1b761683
Show More
parallel_connections.rst
8 lines | 263 B | text/x-rst | RstLexer
/ docs / source / development / parallel_connections.rst
Min RK
remove a few more docs that have been moved to other repos
r21636 :orphan:
MinRK
added parallel message docs to development section
r2790
==============================================
Connection Diagrams of The IPython ZMQ Cluster
==============================================
Min RK
remove a few more docs that have been moved to other repos
r21636 IPython parallel has moved to ipyparallel -
see :ref:`ipyparallel:parallel_connections` for the documentation.