Skip to content

Files

Latest commit

9b6787e · Mar 23, 2021

History

History
19 lines (12 loc) · 876 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 876 Bytes

Example Jupyter Python Notebooks

This includes a few Jupyter Python Notebooks I use as examples in my teaching.

Hosted Quickstart

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!🎉👍🏽

Binder

Run on Your Own Machine.

If you want to use these on your local machine:

  1. Install Python 3.x
  2. Setup Jupyter Notebooks (if you are new try Anaconda with JupyterLab)
  3. These use a few super-handy libraries. To install do pip install -r requirements.txt