colab如何挂载google云盘
COLA
🥤 COLA: Clean Object-oriented & Layered Architecture
项目地址:https://gitcode.com/gh_mirrors/col/COLA
免费下载资源
·
在colab中挂载Google云盘的步骤如下:
-
在colab中创建一个新的notebook。
-
在代码单元格中输入以下代码,运行后会提示您通过链接进行授权:
from google.colab import drive
drive.mount('/content/drive')
-
点击链接,跳转到授权页面,登录Google账号,获取授权码,然后复制授权码。
-
将授权码粘贴到colab notebook中,接着按下回车键进行授权。
-
授权成功后,就可以通过以下代码挂载Google云盘:
!mkdir -p /content/drive
!google-drive-ocamlfuse /content/drive
- 挂载成功后,就可以通过文件夹的方式浏览和编辑Google云盘中的文件了。
GitHub 加速计划 / col / COLA
11.69 K
3.04 K
下载
🥤 COLA: Clean Object-oriented & Layered Architecture
最近提交(Master分支:3 个月前 )
bda50471 - 5 个月前
65e9e39d
bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0 (#496)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 (#497)
bump org.springframework.boot:spring-boot-dependencies from 3.1.0 to 3.3.0.(#498)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.7.0 (#499)
bump commons-cli:commons-cli from 1.5.0 to 1.8.0 (#500)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.12 (#501)
bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 (#502)
bump org.wiremock:wiremock-standalone from 3.0.1 to 3.0.3 (#503)
5 个月前
更多推荐
已为社区贡献5条内容
所有评论(0)