Answers for "google colab mount drive docs"

7

colab mount drive

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

#Optional: move to the desired location:
%cd drive/My Drive/DIRECTORY_IN_YOUR_DRIVE
Posted by: Guest on November-10-2020

Code answers related to "google colab mount drive docs"

Python Answers by Framework

Browse Popular Code Answers by Language