Is there a way to run Jupyter Notebooks Without Anaconda?

让人想犯罪 __ 提交于 2020-08-25 06:03:08

问题


I deleted Anaconda because it was causing more issues than solving in working with other editors like Sublime, PyCharm, etc...

In class, we have a lot of Jupyter notebooks. Is there a program that allows me to run Jupyter Notebooks just like Anaconda allowed me to? Basically the same User Interface where Cntrl + Enter runs a block a code?

Thanks.

Edit: I figured it out. I needed to downgrade Python from 3.8 to 3.7


回答1:


Jupyter can be installed separately to Anaconda using pip via pip3 install jupyter - see the Jupyter page for more information.



来源:https://stackoverflow.com/questions/59726749/is-there-a-way-to-run-jupyter-notebooks-without-anaconda

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!