Notebooks and datasets for all lecture can be found here. Here is the environment.yml file that lists all of the packages I installed to create these notebooks. I suggest that you install the Anaconda distribution of python and create a virtual environment containing all of the necessary packages. Here are instructions for how to do that.

Additionally, you will need to install the following packages manually: Here's how you do this:
  1. Go to your anaconda navigator and add the channels conda-forge and ranaroussi. Here are instructions for how to add channels
  2. Add the above packages to your environment manaully. Here are instructions for manually installing packages.