Answers for "how to change google drive from colab"

18

connect google drive to colab

from google.colab import drive
drive.mount("/content/gdrive")
Posted by: Guest on August-06-2020
1

how to mount google drive colab

from google.colab import drive
drive.mount('/content/drive')
Posted by: Guest on March-11-2021

Code answers related to "how to change google drive from colab"

Browse Popular Code Answers by Language