Awazing Colab Notebook - All in one

There are several ways to upload to drives such as with:

  1. With this method you can upload files with direct URL.
    Save Files from URL to Google Drive

or

  1. You can download the files in the colab through:
    !wget "file url"

  2. Download Torrents in the Colab through provided Colab link below, and mount drives and use mv command to move files to drive:
    !mv "downloaded file path" "drive path"

Download torrent through this colab:

This is the file https://anonfile.com/D3g7E5taoe/Copy_of_All_in_One_1_9_8_2_ipynb

I hope these methods helps. :slight_smile: