We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a613d commit d01ac28Copy full SHA for d01ac28
ipykernel/connect.py
@@ -106,7 +106,7 @@ def connect_qtconsole(connection_file=None, argv=None):
106
107
cf = _find_connection_file(connection_file)
108
109
- cmd = ";".join(["from IPython.qt.console import qtconsoleapp", "qtconsoleapp.main()"])
+ cmd = ";".join(["from qtconsole import qtconsoleapp", "qtconsoleapp.main()"])
110
111
kwargs: Dict[str, Any] = {}
112
# Launch the Qt console in a separate session & process group, so
0 commit comments