Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.35 KB

File metadata and controls

35 lines (22 loc) · 1.35 KB

Binder Logo

Animation Tutorial

This repo is meant to be an example of how to make and export animations using matplotlib in python.

Start by clicking on the binder badge and join on step 3. Or recreate on your local machine

Steps to reproduce this tutorial on local machine

  1. Clone this environment. Something like

    git clone https://github.com/RK22000/AnimationTutorial.git
  2. Create the environment from the environment file. Something like

    conda env create -p <Path to new environment location> -f environment.yml

    or

    conda env create -n <Name of new environment> -f environment.yml
  3. Explore tutorial.ipynb

Further references