Google Co-laboratory notebook PDF download

后端 未结 8 949
长情又很酷
长情又很酷 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:05

    Try any one:

    1. You have an option File > Download .ipynb. Use below command to convert ipynb to pdf or any other format

    jupyter nbconvert --to FORMAT notebook.ipynb

    See usage guide: https://nbconvert.readthedocs.io/en/latest/usage.html

    1. As mentoned by Bob, use print option to save as pdf. Here, you may lose text if it goes out of the page

提交回复
热议问题