Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abhisheksgumadi/e23e3fc17bddfa3e04bc19cd13c295ed to your computer and use it in GitHub Desktop.
Save abhisheksgumadi/e23e3fc17bddfa3e04bc19cd13c295ed to your computer and use it in GitHub Desktop.
Mount G-Drive in Google Colab
from google.colab import drive
drive.mount('/content/gdrive')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment