If you are interested in attending the tutorial (not required), you are encouraged to download and run the jupyter notebook along the class.
To get started:
- Install conda
- Clone the repo
git clone git@github.com:shane-d-zhang/PythonTutorial6670.git
- Create a conda environment
cd PythonTutorial6670
conda env create -f environment.yml
conda activate py6670
- Run the notebook
jupyter notebook tutorial.ipynb