Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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...

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

like image 335
we_are_all_in_this_together Avatar asked Jan 17 '26 12:01

we_are_all_in_this_together


1 Answers

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

like image 51
Oliver.R Avatar answered Jan 20 '26 03:01

Oliver.R



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!