Notebook: Problem in Mojave

Created on 25 Sep 2018  Â·  3Comments  Â·  Source: jupyter/notebook

I just installed Mojave last night. This morning I am getting this error in Jupiter notebook. Never had this before. Any fix? Thank you.

image

Most helpful comment

Reinstall or update Xcode tools.

Sent from my iPhone

On Oct 26, 2018, at 8:28 AM, Gianr Lazz notifications@github.com wrote:

I am having something similar...
I cannot even launch it, as I get

Traceback (most recent call last):
File "/usr/local/bin/jupyter", line 7, in
from jupyter_core.command import main
ModuleNotFoundError: No module named 'jupyter_core'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

All 3 comments

I'm facing a similar problem

So far,
conda install ipykernel=4.8.2
is work for me.

Reinstall or update Xcode tools.

Sent from my iPhone

On Oct 26, 2018, at 8:28 AM, Gianr Lazz notifications@github.com wrote:

I am having something similar...
I cannot even launch it, as I get

Traceback (most recent call last):
File "/usr/local/bin/jupyter", line 7, in
from jupyter_core.command import main
ModuleNotFoundError: No module named 'jupyter_core'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Was this page helpful?
0 / 5 - 0 ratings