This repo contains the code and notebooks shown during course tutorials. It will be updated during the semester.
You can also view the tutorial notebooks in your browser using nbviewer
by clicking the button below.
-
Install the python3 version of miniconda. Follow the installation instructions for your platform.
-
Use conda to create a virtual environment. From the tutorial directory, run
conda env create -f environment.yml
This will install all the necessary packages into a conda virtual environment.
-
Activate the new environment by running
conda activate CS-236605-Tutorials
-
Add the environment to Jupiter notebooks
ipython kernel install --user --name=CS-236605-Tutorials