Skip to content

Instantly share code, notes, and snippets.

@sachithrrra
Created January 24, 2024 09:43
Show Gist options
  • Save sachithrrra/36378b612fa3f8027082671d00848e00 to your computer and use it in GitHub Desktop.
Save sachithrrra/36378b612fa3f8027082671d00848e00 to your computer and use it in GitHub Desktop.
Save directory from Google colab to your Google drive
from google.colab import drive
drive.mount('/content/drive')
!cp <output-directory-name> -r /content/drive/MyDrive/<destination-directory-name>
# !cp whale-data -r /content/drive/MyDrive/whale-data-unzipped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment