This repository using jupyter{book} for building a wesite from IPython notebook. The structure is specified in _toc.yml file and the directory will be divided by its subject and their source eg. lecture/ will contain files from lecture's class and labX are from computer lab assessment.
To build this book locally for preview you need to install jupyterbook first, then using the following command for build:
jb build ./For further information about how to use jupyterbook, please visit their site for details.