Skip to content

Tutorial not working: ipkernel_wxapp.py #28

@yanone

Description

@yanone

Hello,

I've been trying to get this tutorial to run, which seems to be exactly what I need for my project:
https://github.com/jupyter/ngcm-tutorial/blob/master/Part-1/Embedding/ipkernel_wxapp.py

However, the problem is that one of the references files, https://github.com/jupyter/ngcm-tutorial/blob/master/Part-1/Embedding/internal_ipkernel.py, is trying to import a module which I don't have: from IPython.lib.kernel import connect_qtconsole, which yields ModuleNotFoundError: No module named 'IPython.lib.kernel'

The thing is, I have everything until IPython.lib. Only the kernel part is missing. Where do I get that from?

I installed so many modules that I lost track of them. I definitely installed jupyter, notebook, qtconsole, ipython, ipykernel.

I'm on macOS with Python 3.9, everything is installed using pip, not conda, and ideally I would like to keep it that way for simplicity of installation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions