Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 496 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 496 Bytes

CS3100: Paradigms of Programming (IITM Fall 2019)

Running the Jupyter notebooks

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.