Download course assignments from coursera (deeplearning.ai)
  Download course assignments from coursera (in my case deeplearning.ai course assignments)   First, try instructions listed here:  https://learner.coursera.help/hc/en-us/articles/360004990332-Download-Jupyter-Workspace-files   If that doesn't work because of network error, then try splitting it, as suggested in this post:  https://www.reddit.com/r/learnmachinelearning/comments/7er5ps/coursera_downloading_all_the_assignments_jupyter/    Even with that, the file size limit of about 5Mb will still exist.  To increase the file size limit to about 15 Mb , include the word 'out' in archive file name or create a folder named ' out' and move the archive file or parts into it.  This is a weird hack.   Disclaimer: I have not tested this thoroughly. May not work always.   How did I think about it?  There's a folder /scripts  on the coursera virtual machine.  Read file  setup_files.py (using cat setup_files.py )   This file contains the function:  def should_clobber(source...