有用的Google Colab命令

如何将Jupyter Notebook转成PDF

!sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic
!sudo apt-get install pandoc

!jupyter nbconvert --to pdf <path to jupyter notebook>.ipynb