anaconda - Jupyter Notebook not launching - AttributeError -
i'm starting use anaconda / jupyter sorry if i'm missing obvious.
i have downloaded anaconda , set path cmd prompt recognizes jupyter. had notebook working couple days ago moved program files bit make bit more organized, , re-did path. worked out fine.
now when go either cmd or anaconda prompts, if type in "jupyter notebook" in order try launch in browser, this.
c:\users\jordyn>jupyter notebook traceback (most recent call last): file "c:\coding\anaconda3\scripts\jupyter-notebook-script.py", line 3, in <module> import notebook.notebookapp file "c:\coding\anaconda3\lib\site-packages\notebook\notebookapp.py", line 39, in <module> zmq.eventloop import ioloop file "c:\coding\anaconda3\lib\site-packages\zmq\__init__.py", line 36, in <module> zmq import sugar file "c:\coding\anaconda3\lib\site-packages\zmq\sugar\__init__.py", line 16, in <module> __all__.extend(submod.__all__)
attributeerror: module 'zmq.sugar.context' has no attribute 'all'
i'm running on windows 10 , installed jupyter / anaconda other day should date.
thanks!
Comments
Post a Comment