Skip to content

Instantly share code, notes, and snippets.

@paulphys
Created October 12, 2019 12:34
Show Gist options
  • Save paulphys/90a39b45b35283b7ba7a3780bf5d1393 to your computer and use it in GitHub Desktop.
Save paulphys/90a39b45b35283b7ba7a3780bf5d1393 to your computer and use it in GitHub Desktop.
Accessing google drive files in Google Colab by mounting drive
from google.colab import drive
drive.mount('/content/drive')
root_path = 'drive/My Drive/your_project_folder/' #your project folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment