Created
January 24, 2024 09:43
-
-
Save sachithrrra/36378b612fa3f8027082671d00848e00 to your computer and use it in GitHub Desktop.
Save directory from Google colab to your Google drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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