I have created a zip file:
!zip -r /content/file.zip /content/Folder_To_Zip
Than I have downloded that zip file:
from google.colab import files
files.download("/content/file.zip")
I have created a zip file:
!zip -r /content/file.zip /content/Folder_To_Zip
Than I have downloded that zip file:
from google.colab import files
files.download("/content/file.zip")