Show More
@@ -27,6 +27,7 b' import logging' | |||||
27 | import zmq |
|
27 | import zmq | |
28 |
|
28 | |||
29 | # Local imports. |
|
29 | # Local imports. | |
|
30 | from IPython.core import pylabtools | |||
30 | from IPython.config.configurable import Configurable |
|
31 | from IPython.config.configurable import Configurable | |
31 | from IPython.config.application import boolean_flag, catch_config_error |
|
32 | from IPython.config.application import boolean_flag, catch_config_error | |
32 | from IPython.core.application import ProfileDir |
|
33 | from IPython.core.application import ProfileDir | |
@@ -37,7 +38,6 b' from IPython.core.shellapp import (' | |||||
37 | from IPython.utils import io |
|
38 | from IPython.utils import io | |
38 | from IPython.utils import py3compat |
|
39 | from IPython.utils import py3compat | |
39 | from IPython.utils.jsonutil import json_clean |
|
40 | from IPython.utils.jsonutil import json_clean | |
40 | from IPython.lib import pylabtools |
|
|||
41 | from IPython.utils.traitlets import ( |
|
41 | from IPython.utils.traitlets import ( | |
42 | Any, Instance, Float, Dict, CaselessStrEnum |
|
42 | Any, Instance, Float, Dict, CaselessStrEnum | |
43 | ) |
|
43 | ) |
@@ -25,13 +25,12 b' from subprocess import Popen, PIPE' | |||||
25 | from IPython.core.interactiveshell import ( |
|
25 | from IPython.core.interactiveshell import ( | |
26 | InteractiveShell, InteractiveShellABC |
|
26 | InteractiveShell, InteractiveShellABC | |
27 | ) |
|
27 | ) | |
28 | from IPython.core import page |
|
28 | from IPython.core import page, pylabtools | |
29 | from IPython.core.autocall import ZMQExitAutocall |
|
29 | from IPython.core.autocall import ZMQExitAutocall | |
30 | from IPython.core.displaypub import DisplayPublisher |
|
30 | from IPython.core.displaypub import DisplayPublisher | |
31 | from IPython.core.macro import Macro |
|
31 | from IPython.core.macro import Macro | |
32 | from IPython.core.magic import MacroToEdit |
|
32 | from IPython.core.magic import MacroToEdit | |
33 | from IPython.core.payloadpage import install_payload_page |
|
33 | from IPython.core.payloadpage import install_payload_page | |
34 | from IPython.lib import pylabtools |
|
|||
35 | from IPython.lib.kernel import ( |
|
34 | from IPython.lib.kernel import ( | |
36 | get_connection_file, get_connection_info, connect_qtconsole |
|
35 | get_connection_file, get_connection_info, connect_qtconsole | |
37 | ) |
|
36 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now