如何在本地运行时安装Google colab?

问题描述 投票:1回答:1

This example展示了如何在colab上访问GDrive:

from google.colab import drive
drive.mount('/gdrive')

这仅适用于托管运行时:

Available runtimes

对于本地运行时,它显示:

ModuleNotFoundError: No module named 'google.colab'

如何使这个工作也适用于本地运行时?

python google-colaboratory
1个回答
0
投票

直接使用Drive desktop client

© www.soinside.com 2019 - 2024. All rights reserved.