Install Jupyter Notebook on Miniconda

前端 未结 3 393
抹茶落季
抹茶落季 2020-12-08 07:25

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

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 07:59

    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
    

提交回复
热议问题