Answers for "mount my second drive in google colab"

9

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
2

mount drive google colab

from google.colab import drive
drive.mount('/content/gdrive')
Posted by: Guest on April-02-2020

Code answers related to "mount my second drive in google colab"

Python Answers by Framework

Browse Popular Code Answers by Language