Created
April 2, 2019 09:38
-
-
Save alonlavian/e52c7c8e1faef6193a4b15420872630c to your computer and use it in GitHub Desktop.
mounts google drive to /content/drive/
This file contains 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/') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment