Skip to main content

Command Palette

Search for a command to run...

How to install Jupyter Notebook

About, Installation, Uses

Updated
2 min read
How to install Jupyter Notebook
C
I am Data Science student, has a little bit knowledge on Web Development. I also love writing and editing as my hobby. Passionate to explore the world.

About Jupyter Notebook:

Jupyter is a project to develop open-source software, open standards, and services for interactive computing across multiple programming languages. It was spun off from IPython in 2014 by Fernando Pérez and Brian Granger.

How to install Jupyter Notebook:

Step # 1: Go to https://www.python.org/downloads/ to install python on your local computer.

Step # 2: Click on Download Python to install.

Step # 3: The file is downloading.

Step # 3: Run the installer. Make sure to select both the checkboxes at the bottom and then click Install Now.

Note: Don't forget to tick add to path

On clicking the Install Now, The installation process starts.

The installation process will take few minutes to complete and once the installation is successful, the following screen is displayed.

Step # 3: Open Command Prompt on your local computer, write:

pip install jupyter notebook

How to open jupyter notebook:

Write "jupyter notebook" on command prompt on your local computer, a new screen will displayed. Go to File > New > Notebook to create a new notebook.

Select Python 3 (ipykernel)

Now... you are ready to go. Run your python code here...

Uses:

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text. Uses include data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.

Creating Workspace

Part 2 of 2

In this series, we will learn how to install different platforms to work on different languages on local computer.

Start from the beginning

How to install VS Code

About, Installation & Setup