##// END OF EJS Templates
Prevent reset of matplotlib formatters when enabled again...
Prevent reset of matplotlib formatters when enabled again Calling `%matplotlib inline` again will reset the formatter (enable png/...). This is not ok, because the user might have disabled some formatting. Closes: ipython/ipykernel#29

File last commit:

r20955:c71dcbcd
r21756:e02ea14a
Show More
adapter.py
1 line | 37 B | text/x-python | PythonLexer
Min RK
bigsplit: ipython_kernel
r20955 from jupyter_client.adapter import *