Skip to content

Instantly share code, notes, and snippets.

@shellkore
Last active February 25, 2019 10:44
Show Gist options
  • Save shellkore/46bd1c7f5f1802c1b23d43a98139fc8a to your computer and use it in GitHub Desktop.
Save shellkore/46bd1c7f5f1802c1b23d43a98139fc8a to your computer and use it in GitHub Desktop.
code to import drive in colab

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