Error in launching the jupyter notebook from anaconda

28 views Asked by At
Traceback (most recent call last):
File "C:\Users\sandh\anaconda3\Scripts\jupyter-notebook-script.py", line 6, in 
from notebook.notebookapp import main
File "C:\Users\sandh\anaconda3\lib\site-packages\notebook\notebookapp.py", line 57, in 
raise ImportError(_("The Jupyter Notebook requires tornado >= 5.0, but you have %s") % tornado.version)
ImportError: The Jupyter Notebook requires tornado >= 5.0, but you have 4.5.3

How to solve that and where to get the required tornado version?

0

There are 0 answers