To use, follow these steps:
- Install http://anaconda.org
git checkout https://github.com/shanest/python-tutorial-clms.git
cd python-tutorial-clms
conda create --name tutorial python=3.8
conda activate tutorial
conda install -c conda-forge rise
jupyter notebook
Your browser should now open; by clicking on the .ipynb
file, you'll open up the notebook, in which you can play around!