A notebook with some notes on the usage of the qpsolvers package and the formulation of quadratic programming problems in matrix form.
Make sure to have Python 3 installed, then:
git clone https://github.com/nvitucci/notebook_qp
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtOnce all the packages are installed, run jupyter notebook and navigate to the notebook file.