Install docker for your platform.
$ git clone https://github.com/kayceesrk/cs3100_f19
$ cd cs3100_f19/lectures
$ docker run -it -p 8888:8888 -v `pwd`:/lectures kayceesrk/cs3100_iitm:latest
$ jupyter notebook --ip=0.0.0.0
Copy and paste the URL displayed into your browser. If you save the changes to the notebook, they are saved locally.