问题
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