Show More
@@ -18,8 +18,8 b' from IPython.external.qt import QtCore, QtGui' | |||
|
18 | 18 | # Local imports |
|
19 | 19 | from IPython.config.configurable import LoggingConfigurable |
|
20 | 20 | from IPython.core.inputsplitter import ESC_SEQUENCES |
|
21 |
from IPython |
|
|
22 |
from IPython |
|
|
21 | from IPython.qt.rich_text import HtmlExporter | |
|
22 | from IPython.qt.util import MetaQObjectHasTraits, get_font | |
|
23 | 23 | from IPython.utils.text import columnize |
|
24 | 24 | from IPython.utils.traitlets import Bool, Enum, Integer, Unicode |
|
25 | 25 | from ansi_code_processor import QtAnsiCodeProcessor |
@@ -15,7 +15,7 b' from IPython.external.qt import QtCore, QtGui' | |||
|
15 | 15 | from IPython.core.inputsplitter import InputSplitter, IPythonInputSplitter |
|
16 | 16 | from IPython.core.inputtransformer import classic_prompt |
|
17 | 17 | from IPython.core.oinspect import call_tip |
|
18 |
from IPython |
|
|
18 | from IPython.qt.base_frontend_mixin import BaseFrontendMixin | |
|
19 | 19 | from IPython.utils.traitlets import Bool, Instance, Unicode |
|
20 | 20 | from bracket_matcher import BracketMatcher |
|
21 | 21 | from call_tip_widget import CallTipWidget |
@@ -57,19 +57,19 b' from IPython.external.qt import QtCore, QtGui' | |||
|
57 | 57 | from IPython.config.application import boolean_flag, catch_config_error |
|
58 | 58 | from IPython.core.application import BaseIPythonApplication |
|
59 | 59 | from IPython.core.profiledir import ProfileDir |
|
60 |
from IPython |
|
|
61 |
from IPython |
|
|
62 |
from IPython |
|
|
63 |
from IPython |
|
|
64 |
from IPython |
|
|
65 |
from IPython |
|
|
60 | from IPython.qt.console.ipython_widget import IPythonWidget | |
|
61 | from IPython.qt.console.rich_ipython_widget import RichIPythonWidget | |
|
62 | from IPython.qt.console import styles | |
|
63 | from IPython.qt.console.mainwindow import MainWindow | |
|
64 | from IPython.qt.client import QtKernelClient | |
|
65 | from IPython.qt.manager import QtKernelManager | |
|
66 | 66 | from IPython.kernel import tunnel_to_kernel, find_connection_file |
|
67 | 67 | from IPython.utils.traitlets import ( |
|
68 | 68 | Dict, List, Unicode, CBool, Any |
|
69 | 69 | ) |
|
70 | 70 | from IPython.kernel.zmq.session import default_secure |
|
71 | 71 | |
|
72 |
from IPython |
|
|
72 | from IPython.consoleapp import ( | |
|
73 | 73 | IPythonConsoleApp, app_aliases, app_flags, flags, aliases |
|
74 | 74 | ) |
|
75 | 75 |
@@ -16,7 +16,7 b' from IPython.external.qt import QtCore, QtGui' | |||
|
16 | 16 | |
|
17 | 17 | # Local imports |
|
18 | 18 | from IPython.utils.traitlets import Bool |
|
19 |
from IPython |
|
|
19 | from IPython.qt.svg import save_svg, svg_to_clipboard, svg_to_image | |
|
20 | 20 | from ipython_widget import IPythonWidget |
|
21 | 21 | |
|
22 | 22 |
General Comments 0
You need to be logged in to leave comments.
Login now