jupyter notebook打开后,在new的时候没有python3…
终于找到原因了。因为我之前安装了pyspider,将tornado模块的版本降到了4.X,导致jupyter不可用,解决方法是:
pip install jupyter notebook
即可使用。
jupyter notebook打开后,在new的时候没有python3…
终于找到原因了。因为我之前安装了pyspider,将tornado模块的版本降到了4.X,导致jupyter不可用,解决方法是:
pip install jupyter notebook
即可使用。