Google Co-laboratory notebook PDF download

后端 未结 8 955
长情又很酷
长情又很酷 2021-02-07 05:35

Google Co-laboratory notebook doesn\'t have the \"Download as\" dropdown menu item in \"File\" menu like standalone Jupyter does. How to download the notebook as PDF?

8条回答
  •  误落风尘
    2021-02-07 06:02

    check here for video: https://youtu.be/n2Cd9NCZtZk

      %cd go_to_your_path
    
    #run these.
    
    !sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-generic-recommended
    
    !jupyter nbconvert --to pdf fileName.ipynb
    

提交回复
热议问题