Download all files in a path on Jupyter notebook server

前端 未结 7 671
日久生厌
日久生厌 2021-01-29 18:46

As a user in a class that runs Jupyter notebooks for assignments, I have access to the assignments via the web interface. I assume the assignments are stored somewhere in my per

7条回答
  •  闹比i
    闹比i (楼主)
    2021-01-29 19:16

    Try first to get the directory by:

    import os
    os.getcwd()
    

    And then use snipped from How to create a zip archive of a directory. You can download complete directory by zipping it. Good luck!

提交回复
热议问题