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
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!