- Download requirements.txt
- Create Virtual Environment
$ python3 -m venv venv
- Populate virtual environment with pip packages
$ venv/bin/pip3 install -r requirements.txt
- Activate Virtual Environment
$ source venv/bin/activate
Assuming correct environment setup and in root directory:
$ jupyter notebook
- Click on the
.ipynb
file to view project
Solving a Unit Commitment (electricity generator scheduling) problem using linear programming.
- See project spec for description and breakdown on requirements