有用的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
September 6, 2025 ∙
!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