A Step-By-Step Guide on How to Install Python and Jupyter Notebook in Anaconda

Join over 2 million students who advanced their careers with 365 Data Science. Learn from instructors who have worked at Meta, Spotify, Google, IKEA, Netflix, and Coca-Cola and master Python, SQL, Excel, machine learning, data analysis, AI fundamentals, and more.

Start for Free
Martin Ganchev 21 Apr 2023 5 min read

Python and its sidekick R are the two most popular programming languages in the realm of data science. To experience this first hand, you will need to install Python and Jupyer on your computer first. In this tutorial, we will show you how to do that. Once you have learned how to install Python and Jupyter (through the Anaconda package), you will be able to go ahead and start coding, which of course, is something we will show you how to do in our next tutorials.

So, let's get right into the topic:

How to Install Python and Jupyter in Anaconda?

There are different ways to install Python and Jupyter on your computer. But especially for new users, it is highly recommended to opt for Anaconda. It will install, not only Python but also the Jupyter Notebook App and many scientific computing and data science packages.

Let’s open www.anaconda.com. You have to pick one of the three operating systems listed here – Windows, Mac, or Linux. Here, we will show you how to install Python (Anaconda) on Windows, but the procedure is identical if you are going to use the Mac or Linux version.

Also, you must choose the best of the four provided options.

Do you need a 2.7 or a 3.5 version? And then there is a 32-bit or a 64-bit version, depending on the Windows you have installed.

Example of Installing Python and Jupyter in Anaconda: downloading Python

I know it sounds strange to maintain not one but two versions of a single program. Please bear in mind that the differences between Python 2.7 and 3.5 are almost insignificant. We will describe the differences between the two versions in a dedicated post.

When you choose between a 32 or 64-bit version, you can simply check your operating system.

Newer computers are surely running with a 64-bit processor, but if you would like to verify this before you begin, you could open your control panel menu from the start window.

Example of Installing Python and Jupyter in Anaconda: opening Control Panel from the Start Menu

Then, select the “System” icon and check the information referring to the “System Type”.

Example of Installing Python and Jupyter in Anaconda: selecting the System icon

Example of Installing Python and Jupyter in Anaconda: selecting the System type

In my case, it is 64-bit, so when I go back to the Anaconda website, I will select the 64-bit 2.7 Python version.

Then, we must find a directory where we want to install Anaconda and press “Save”.

 

Example of Installing Python and Jupyter in Anaconda: finding a directory to install Python

While waiting to complete the download, you can decide whether to leave your e-mail to Anaconda. This is not a necessary step, so you could also select “No Thanks” and you are good to go.  

When the download has finished, please double-click on the file to run the application.

Example of Installing Python and Jupyter in Anaconda: running the application

What follows is nothing different from the standard windows installer. Agree and press “Next” until you have the chance to specify a destination folder.

Example of Installing Python and Jupyter in Anaconda: pressing "I Agree" on license agreement

You could do this after selecting the “Browse” button. When satisfied with the indicated directory, click “Next” one more time.

Example of Installing Python and Jupyter in Anaconda: choosing a Destination folder

Finally, click “Install” and proceed until you see the window where you can finalize the installation. We will not use “Anaconda Cloud” just yet, so I’ll untick the box.

Author's note: If you are interested in becoming a data scientist, then go ahead and download our free data science career guide.

Example of Installing Python and Jupyter in Anaconda: finishin the Anaconda installation

Next Step: Understanding the Jupyter Notebook Dashboard

Now you have the Python language, a text editor, many applications, and packages. You also have the Jupyter Notebook App. You can open the start menu and select Jupyter Notebook's icon from there.

Jupyter notebook on start menu

A new window will pop up. It will take a few seconds for the App to load. Once this is done, your web browser will open a new tab with the Jupyter Dashboard.

And this is how to install Python and Jupyter on your computer. In our next post, we will go through Jupyter's interface describing its dashboard. This is the right way to continue your introduction to Python. (Unless you haven't read the super-informative 365 Python Programming Guide yet. It's a must-read for anyone getting started with Python, so don't miss out on gaining some invaluable Python knowledge.)

***

Take our Introduction to Jupyter course for a more in-depth guide. And if you’re enthusiastic about boosting your Python knowledge, check out our Introduction to Python course.

Martin Ganchev

Instructor at 365 Data Science

Martin holds an MSc degree in Economic and Social Sciences from Bocconi University. His diverse academic and research experience combined with his friendly and explanatory approach to teaching have made him one of the most beloved instructors on our team. Some of the courses he has authored include: SQL, SQL + Tableau, SQL+Tableau+Python, Introduction to Python, Introduction to Jupyter, to name a few.

Top