Skip to content

No module named 'IPython.qt' #914

@andia89

Description

@andia89

WHen trying to open a qtconsole in jupyter notebook

in this line

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

the command

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

is spawned. However on my machine this results in the error in the header. For me to make it work I have to change that to

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

then everything is working the way it should. It seems this is the more uptodate way to spawn an jupyter-console

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions