0% found this document useful (0 votes)
2 views9 pages

Python Setup 1

The document provides step-by-step instructions for installing Python and Jupyter Notebook on both Windows and Mac systems. Users are guided to download Python, follow the installation steps, check the Python version, and optionally upgrade pip before installing Jupyter Notebook. It also includes commands for opening Jupyter from the command line for both operating systems.

Uploaded by

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

Python Setup 1

The document provides step-by-step instructions for installing Python and Jupyter Notebook on both Windows and Mac systems. Users are guided to download Python, follow the installation steps, check the Python version, and optionally upgrade pip before installing Jupyter Notebook. It also includes commands for opening Jupyter from the command line for both operating systems.

Uploaded by

paham13547
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Python Setup

Steps (Windows Users)


• 1st install Python latest version from
[Link]/downloads
• 2nd follow the installer steps illustrated in the slides (do not
forget to add path to python)
• 3rd check for python version on terminal
• 4th install/upgrade the pip command (optional, do if needed)
python -m pip install --upgrade pip
• 5th install the jupyter notebook python -m pip install jupyter
• 6th open jupyter from command prompt by typing
python –m notebook
Steps (Mac Users)
• 1st install Python latest version from
[Link]/downloads
• 2nd follow the installer steps illustrated in the slides (do not
forget to add path to python)
• 3rd check for python version on terminal
• 4th install/upgrade the pip command (optional, do if needed)
• 5th install the jupyter notebook
pip3 install jupyter notebook
• 6th open jupyter from terminal by typing
jupyter notebook
Can opt for either, default installation i.e.
Install Now or Customize your installation
folder
Python Window
Opening Jupyter from command line in
Windows

You might also like