I am really new using miniconda. I created an environment in which I installed Jupyter, but when I tried to execute the command "jupyter notebook" I got the following message: 
I don't know where the error is (I even uninstall tornado and installed its 4.5.3 version as other post suggested)... I will be grateful if you could help me with this
Thanks in advance
conda update --alland then try to load jupyter notebook again. Or you can try creating a new environment withconda create -n myenv python=3.8 jupyter ipython. Sometimes jupyter does not installipython, so that can cause issues too.parsodid not properly specify a dependency on Python. This syntax for giving types of variables is only available in Python 3.6 and later (if I recall correctly). Is there a reason you need to use Python 3.5? The current version is 3.8 and 3.9 will be released soon...