/mm805_assignment

Primary LanguageJupyter Notebook

Readme

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.

Requirement to run this notebook

The commands shows here are based on Linux(Ubuntu)

  1. Python 3.8
  2. Setup Python virtual environment
    python3.8 -m venv .venv
    . .venv/bin/activate
    pip install --upgrade pip
  1. Install required packages pip install -r requirements.txt
  2. Open report.ipynb , select python kernel and run