Загрузка данных
import shutil from google.colab import files shutil.make_archive('reports', 'zip', '.', 'reports') files.download('reports.zip')