##// END OF EJS Templates
IPython.core.pylabtools: fix configure_inline_support import...
IPython.core.pylabtools: fix configure_inline_support import The deprecated function IPython.core.pylabtools.configure_inline_support attempts to import configure_inline_support_orig from the module matplotlib_inline.backend_inline, but the actual function name is configure_inline_support. Correct the import.

File last commit:

r20955:c71dcbcd
r26517:d9438203
Show More
clientabc.py
1 line | 39 B | text/x-python | PythonLexer
from jupyter_client.clientabc import *