I installed Miniconda and I'm trying to use Jupyter Notebook with it but haven't been able to do so. After installing miniconda I ran the jupyter notebook
command on my terminal and jupyter wasn't installed.
I went ahead and installed it with the conda install jupyter
. However, I once again ran jupyter notebook
on my terminal and got the following console error:
Emilios-MacBook-Pro:documents emilioramirezeguia$ jupyter notebook
Traceback (most recent call last):
File "/Users/emilioramirezeguia/miniconda2/bin/jupyter-notebook", line 7, in
from notebook.notebookapp import main
File "/Users/emilioramirezeguia/miniconda2/lib/python2.7/site-packages/notebook/notebookapp.py", line 45, in
ioloop.install()
File "/Users/emilioramirezeguia/miniconda2/lib/python2.7/site-packages/zmq/eventloop/ioloop.py", line 210, in install
assert (not ioloop.IOLoop.initialized()) or
AttributeError: type object 'IOLoop' has no attribute 'initialized'
Any idea how to fix this?
Thank you
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…