Skip to content

cvxgrp/cvx_opt_overview_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convex Optimization Overview

This code repository accompanies the Convex Optimization Overview slides.

Poetry

We manage dependencies through Poetry. Once you have installed poetry you can perform

make install

to replicate the virtual environment we have defined in pyproject.toml and locked in poetry.lock. To activate the virtual environment you can run

make activate

Jupyter

We install JupyterLab on the fly within the aforementioned virtual environment. Executing

make jupyter

will install and start the jupyter lab.