Anaconda lässt sich nicht öffnen, nachdem ich meine Python-Version von 3.5 auf 3.6 aktualisiert habe

Anaconda lässt sich nicht öffnen, nachdem ich meine Python-Version von 3.5 auf 3.6 aktualisiert habe

Kann mir bitte jemand helfen, diesen Fehler zu beheben?

Dies ist der Fehler, der angezeigt wird, wenn ich ihn jupyter-notebookin mein Terminal eingebe, nachdem ich mein Python 3.5 mit dem folgenden Befehl auf 3.6 aktualisiert habe: conda install python=3.6

Traceback (most recent call last):
     File "/usr/local/anaconda3/bin/jupyter-notebook", line 7, in <module>
from notebook.notebookapp import main

     File "/usr/local/anaconda3/lib/python3.6/site-packages/notebook/notebookapp.py", line 45, in <module>
     ioloop.install()

     File "/usr/local/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'

verwandte Informationen