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