Hi,
I used following code in the notebook to create zip of whole assignment and then split it into sizes of 50 mb each.
!tar chvfz notebook.tar.gz *
!split -b 50m notebook.tar.gz allfiles.tar.gz.part.
Then I used 7-Zip to first combine all zip files and then extracted it.
Thanks,