Better Programming

Advice for programmers.

Follow publication

Member-only story

Install Jupyter Notebooks Without Anaconda

It is easier than you think

Sabit
Better Programming
Published in
3 min readJul 23, 2020

Photo by Artem Sapegin on Unsplash.

Jupyter Notebook remains one of the best editors. On the strength of its simple, attractive design and easy navigation, I’d choose it over PyCharm.

Well, it depends on the project.

Unlike the robust PyCharm, which is an IDE, Jupyter is a user-friendly editor that is great for data analysis on account of its clear background and fast as well as impressive display.

Enough praise.

Most tutorials on the internet focus on how to install Jupyter Notebook using Anaconda. It’s as if you can only install Jupyter with Anaconda. This is not so.

Why is Anaconda so popular for installing Jupyter Notebook?

Among the reasons is that once you install Anaconda, you get running using Jupyter. Another reason is Anaconda provides preinstalled libraries on the notebook. The environment is already set up and the problem of dealing with bugs while installing some libraries doesn’t exist. For example, if you want to use the NumPy library or BeautifulSoup4, they are already preinstalled on the notebook!

I also wouldn’t have considered installing Jupyter Notebook in another way if Anaconda hadn’t stopped working on my computer and couldn’t be fixed through troubleshooting.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Sabit
Sabit

Written by Sabit

Smart contract security researcher.

Responses (8)

Write a response