简体   繁体   English

有没有办法在没有 Anaconda 的情况下运行 Jupyter Notebooks?

[英]Is there a way to run Jupyter Notebooks Without Anaconda?

I deleted Anaconda because it was causing more issues than solving in working with other editors like Sublime, PyCharm, etc...我删除了 Anaconda,因为它造成的问题比与其他编辑器(如 Sublime、PyCharm 等)一起解决的问题要多……

In class, we have a lot of Jupyter notebooks.在课堂上,我们有很多 Jupyter 笔记本。 Is there a program that allows me to run Jupyter Notebooks just like Anaconda allowed me to?有没有一个程序可以让我像 Anaconda 允许的那样运行 Jupyter Notebooks? Basically the same User Interface where Cntrl + Enter runs a block a code?与 Cntrl + Enter 运行块代码的用户界面基本相同?

Thanks.谢谢。

Edit: I figured it out.编辑:我想通了。 I needed to downgrade Python from 3.8 to 3.7我需要将 Python 从 3.8 降级到 3.7

Jupyter 可以通过pip3 install jupyter使用pip单独安装到 Anaconda - 有关更多信息,请参阅Jupyter页面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM