jupyter notebook打开后,在new的时候没有python3…


终于找到原因了。因为我之前安装了pyspider,将tornado模块的版本降到了4.X,导致jupyter不可用,解决方法是:
pip install jupyter notebook
即可使用。
博客详细介绍了如何解决Jupyter Notebook中New菜单下找不到Python3的问题,原因是Tornado模块版本过低,通过升级Jupyter Notebook来修复。
jupyter notebook打开后,在new的时候没有python3…


终于找到原因了。因为我之前安装了pyspider,将tornado模块的版本降到了4.X,导致jupyter不可用,解决方法是:
pip install jupyter notebook
即可使用。
5697
1111
