天天看点

Google Drive 挂载到 Cloab

Google Drive 挂载到 Cloab

from google.colab import drive

drive.mount('/content/drive')
# 点击下方的链接,获取授权码
           
Go to this URL in a browser: https://accounts.google.com/o/oauth2/auth?client_id=*******

Enter your authorization code:
··········
Mounted at /content/drive
           
!ls
           
drive  sample_data
           
# 挂载位置为 /content/drive/My Drive
!ls "/content/drive/My Drive"
           
app  'Cohen‘s  Photo Gallery.gsite'
           
MountDrive2Colab.ipynb
           

参考:

  • https://stackoverflow.com/questions/46986398/import-data-into-google-colaboratory
  • https://colab.research.google.com/notebooks/io.ipynb

继续阅读