Here is the way I did the setup for this class Steps: 1) Python 3.7 (or newer is required) to confirm I have that installed I opened a Command Prompt and entered: python --version I got back: Python 3.8.8 2) I created a new folder to hold the code for this class I named it: Pandas 3) I downloaded the class lab files into this folder and unzipped them, I go the lab files from: https://www.jre-training.com/Pandas 4) I then went into the newly unzipped folder and run the install as: D:\Classes\Pandas\data-analysis-pandas-master pip install -r requirements.txt 5) To verify everything installed correctly I started the Lab server by first doing a cd into the unzipped folder holding the lab files then running: jupyter lab 6) This will open a Browser, I navigated to: lab_01/checking_your_setup.ipynb and run this notebook