This includes a few Jupyter Python Notebooks I use as examples in my teaching.
For quickly testing this out, I recommend launching this repo directly in Binder. Click this button to build and launch a Jupyter Lab environment fully set up and ready to use!🎉👍🏽
If you want to use these on your local machine:
- Install Python 3.x
- Setup Jupyter Notebooks (if you are new try Anaconda with JupyterLab)
- These use a few super-handy libraries. To install do
pip install -r requirements.txt