##// 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.
Andrew J. Hesford -
r26517:d9438203
Show More
Name Size Modified Last Commit Author
/ IPython / kernel
__init__.py Loading ...
__main__.py Loading ...
adapter.py Loading ...
channels.py Loading ...
channelsabc.py Loading ...
client.py Loading ...
clientabc.py Loading ...
connect.py Loading ...
kernelspec.py Loading ...
kernelspecapp.py Loading ...
launcher.py Loading ...
manager.py Loading ...
managerabc.py Loading ...
multikernelmanager.py Loading ...
restarter.py Loading ...
threaded.py Loading ...