This the notebook is for Li Bin Song's MM805 Assignment.
The source code is located at github. Or you can unzip the zip from eclass.
To see questions answers, please open report.ipynb or report.html or report.pdf for details.
The commands shows here are based on Linux(Ubuntu)
- Python 3.8
- Setup Python virtual environment
python3.8 -m venv .venv
. .venv/bin/activate
pip install --upgrade pip
- Install required packages
pip install -r requirements.txt
- Open
report.ipynb
, select python kernel and run