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