Is there a way to run Jupyter Notebooks Without Anaconda?

12,094

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

Share:
12,094

Related videos on Youtube

we_are_all_in_this_together
Author by

we_are_all_in_this_together

Updated on June 04, 2022

Comments

  • we_are_all_in_this_together
    we_are_all_in_this_together over 1 year

    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

    • juanpa.arrivillaga
      juanpa.arrivillaga almost 4 years
      Yes Jupyter is a standalone program.