Skip to content

Commit 05c6e65

Browse files
authored
Merge pull request #915 from andia89/fix914
2 parents 51a613d + d01ac28 commit 05c6e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def connect_qtconsole(connection_file=None, argv=None):
106106

107107
cf = _find_connection_file(connection_file)
108108

109-
cmd = ";".join(["from IPython.qt.console import qtconsoleapp", "qtconsoleapp.main()"])
109+
cmd = ";".join(["from qtconsole import qtconsoleapp", "qtconsoleapp.main()"])
110110

111111
kwargs: Dict[str, Any] = {}
112112
# Launch the Qt console in a separate session & process group, so

0 commit comments

Comments
 (0)