* Differences between Python 2 and Python 3 http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html * Converting ipython/jupyter notebooks to PDF: ``` jupyter nbconvert --to pdf hw1.ipynb ## Install required tex libraries sudo apt-get install pandoc texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended pip install pygments sphinx ```