Answers for "how to mount a drive in google colab"

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
0

googe drive mount google colab

from google.colab import files
files.upload()
Posted by: Guest on March-31-2020

Code answers related to "how to mount a drive in google colab"

Python Answers by Framework

Browse Popular Code Answers by Language