14

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 Answers1

10

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

Oliver.R
  • 1,282
  • 7
  • 17