Skip to content

Instantly share code, notes, and snippets.

View jesperkristensen58's full-sized avatar
💭
BUIDLing

jtk.eth jesperkristensen58

💭
BUIDLing
View GitHub Profile
@jesperkristensen58
jesperkristensen58 / JupyterNotebookDownloader.sh
Created July 14, 2018 13:11 — forked from Momoumar/JupyterNotebookDownloader.sh
Download all programming assignments Notebook. #Coursera #DeepLearning.ai #Jupyter #Python
#To download all your programming assignments including all files and notebooks, follow these steps:
#1 - Go to the root tree folder for instance: https://hub.coursera-notebooks.org/user/${user_token}/tree/
#2- Open the terminal by clicking the + button on the right-hand corner
#3 - Enter the following command in the terminal:
tar cvfz allassignments.tar.gz *
#4 - The previous command will create a zip named allassignments containing all your programmings assignment
#5 - Select allassignments.tar.gz and download
#6 - Enjoy, don't forget to delete it afterward ;-)