/olin_dynamics

Code repository for ENGR 2340

Primary LanguageJupyter NotebookMIT LicenseMIT

dynamics

Code repository for ENGR 2340

How to install python 2.7

First install python 2.7 miniconda from https://conda.io/miniconda.html

Verify you have conda installed. Follow the instructions here: https://docs.anaconda.com/anaconda/install/verify-install

All of the following commands assume you have installed conda and have it in your path (for linux/mac) or are using the windows conda program. In your command line, change directory to the location of the olin_dynamics folder.

Install python packages used for the class

Run python install.py to start installation of conda packages.

Open a python notebook

Run jupyter notebook dynamics_2340.ipyb

Verify the output looks similiar to this: https://github.com/arii/olin_dynamics/blob/master/dynamics_2340.ipynb