A tutorial on cobrapy
-
Create virtual environemtn
virtualenv -p python3 venv/
-
activate the virtual environemtn
source venv/bin/activate
-
Install requirments
pip install -r requirments.txt
-
Install jupyter kernell
pip install ipykernel
python -m ipykernel install --user --name=venv
-
Run jupyter
jupyter notebook