Colab: Connect to Google Drive (opens in new tab)
Here’s how to connect your Google Colab notebook to your Drive directory: from google.colab import drive drive.mount('/content/gdrive') Follow the prompts from there. That is all.
Read the original article