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