Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.01 KB

cobrapy-tutorial

A tutorial on cobrapy

Installation instructions for linux

  1. Create virtual environemtn virtualenv -p python3 venv/

  2. activate the virtual environemtn source venv/bin/activate

  3. Install requirments pip install -r requirments.txt

  4. Install jupyter kernell pip install ipykernel python -m ipykernel install --user --name=venv

  5. Run jupyter jupyter notebook

Do the tutorial without instalations

Run the tutorial notebooks using: Binder

Short cuts for tutorials