Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

error when trying to run jupyter notebook: ImportError: No module named jupyter_core.command

Writer Andrew Mclaughlin

I haven't used this computer in about three months, so when I turn it on and want to run jupyter notebook, I get this error:

john@john-Satellite-L55Dt-B:~$ jupyter notebook
Traceback (most recent call last): File "/home/john/anaconda3/bin/jupyter", line 7, in <module> from jupyter_core.command import main
ImportError: No module named jupyter_core.command

I looked at my bashrc profile and the path

export PATH="/home/john/anaconda3/bin:$PATH"

is still in the profile. So I'm not sure what broke or how to fix it. Unless I have to re-install anaconda3, which I would like to avoid if possible.

4 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy