snippets

🔌 Toolbox of short, reusable pieces of code and knowledge.

View the Project on GitHub rosikand/snippets

Connect Google Colab to Google Drive

This allows you to access files (i.e. dataset files) from your Google Drive in Google Colab python.

from google.colab import drive
drive.mount('/content/drive')