I installed Miniconda and I\'m trying to use Jupyter Notebook with it but haven\'t been able to do so. After installing miniconda I ran the
Miniconda is OK but Anaconda is recommend.
I have the same issue and thanks Nitred give the right solution.
It seems that jupyter notebook does not support the tornado 5.0. So downgrade as the following:
pip uninstall tornado pip install tornado==4.5.3