Skip to content

Commit

Permalink
Merge pull request #915 from andia89/fix914
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Apr 11, 2022
2 parents 51a613d + d01ac28 commit 05c6e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipykernel/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def connect_qtconsole(connection_file=None, argv=None):

cf = _find_connection_file(connection_file)

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

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

0 comments on commit 05c6e65

Please sign in to comment.