Answers for "how to clone drive in colab from google"

Go
18

connect google drive to colab

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

how to clone github repository in my google colab

!git clone https://github.com/wxs/keras-mnist-tutorial.git
Posted by: Guest on October-12-2021

Code answers related to "how to clone drive in colab from google"

Browse Popular Code Answers by Language