error when trying to run jupyter notebook: ImportError: No module named jupyter_core.command
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.commandI 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