I am new to programming but want to use the Jupyter Notebook tool. When I try to open it in Terminal (I use ~ usr$ jupyter notebook
command), an error shows up with the following message (taken from Terminal):
Traceback (most recent call last):
File "/Users/usr/anaconda3/bin/jupyter-notebook", line 7, in <module>
from notebook.notebookapp import main
File "/Users/usr/anaconda3/lib/python3.6/site-packages/notebook/notebookapp.py", line 45, in <module>
ioloop.install()
File "/Users/usr/anaconda3/lib/python3.6/site-packages/zmq/eventloop/ioloop.py", line 210, in install
assert (not ioloop.IOLoop.initialized()) or \
AttributeError: type object 'IOLoop' has no attribute 'initialized'
Does anyone know how to solve this? I am just looking for the localhost to open Jupyter Notebook in my Chrome browser.
Thanks in advance!