To use, follow these steps:
- Install Anaconda / miniconda
git checkout https://github.com/shanest/python-tutorial-clms.git
cd python-tutorial-clms
conda env create -f environment.yml
conda activate clms-python-tutorial
jupyter lab
Your browser should now open; by clicking on one of the .ipynb
files, you'll open up the notebook, in which you can play around!