Skip to content

Instantly share code, notes, and snippets.

@youonf
Last active April 11, 2021 00:28
Show Gist options
  • Save youonf/fd99ce6e7091fcd0ac765f1c37bd6076 to your computer and use it in GitHub Desktop.
Save youonf/fd99ce6e7091fcd0ac765f1c37bd6076 to your computer and use it in GitHub Desktop.
Mounting Google Drive to Google Colab Notebook
from google.colab import drive
drive.mount('/content/gdrive')
root_path = 'gdrive/My Drive/your_project_folder/' #change dir to your project folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment