0% found this document useful (0 votes)
5 views8 pages

How to Install Python

The document provides a step-by-step guide for installing Python and Jupyter Notebook, including downloading Python, verifying the installation, and launching Jupyter. It also offers an alternative method using Anaconda, which includes both Python and Jupyter. The conclusion emphasizes the importance of these tools for data science and development.

Uploaded by

Subas Paudyal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views8 pages

How to Install Python

The document provides a step-by-step guide for installing Python and Jupyter Notebook, including downloading Python, verifying the installation, and launching Jupyter. It also offers an alternative method using Anaconda, which includes both Python and Jupyter. The conclusion emphasizes the importance of these tools for data science and development.

Uploaded by

Subas Paudyal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Installing Python and Jupyter Notebook

Yagha Joshi, PhD

May 4, 2025

Yagha Joshi, PhD Installing Python and Jupyter Notebook May 4, 2025 1/8
Step 1: Download Python

Visit the official Python website:


https://www.python.org/downloads/
Choose the latest version and click on the download link.

Yagha Joshi, PhD Installing Python and Jupyter Notebook May 4, 2025 2/8
Step 2: Install Python

Open the downloaded installer.


Important: Check the box “Add Python to PATH”.
Click “Install Now” to begin installation.

Yagha Joshi, PhD Installing Python and Jupyter Notebook May 4, 2025 3/8
Step 3: Verify Python Installation

Open Command Prompt or Terminal.


Type: python --version
You should see the installed version number.

Yagha Joshi, PhD Installing Python and Jupyter Notebook May 4, 2025 4/8
Step 4: Install Jupyter Notebook
Open a terminal/command prompt.
Use pip to install Jupyter:

pip install notebook

Yagha Joshi, PhD Installing Python and Jupyter Notebook May 4, 2025 5/8
Step 5: Launch Jupyter Notebook

Run the following command in terminal:

python -m notebook

This opens the Jupyter dashboard in your web browser.

Yagha Joshi, PhD Installing Python and Jupyter Notebook May 4, 2025 6/8
Alternative: Install Anaconda

Download Anaconda from


https://www.anaconda.com/products/distribution
It includes Python, Jupyter, and many useful packages.
Install it and use Anaconda Navigator to launch Jupyter.

Yagha Joshi, PhD Installing Python and Jupyter Notebook May 4, 2025 7/8
Conclusion

Python and Jupyter are essential tools for data science and
development.
Use pip or Anaconda based on your comfort level.
You’re now ready to start coding!

Yagha Joshi, PhD Installing Python and Jupyter Notebook May 4, 2025 8/8

You might also like