gpt4 book ai didi

google-drive-api - 谷歌 Colab API

转载 作者:行者123 更新时间:2023-12-04 13:36:34 28 4
gpt4 key购买 nike

有 Google Colab API 吗?我正在寻找完成类似的事情:

  • 创建用户
  • 创建笔记本
  • 与用户共享笔记本
  • 检索笔记本的内容
  • 最佳答案

    正如另一个答案中所指出的,Colab Notebooks 是您 Google Drive 上的文件。因此,可以通过 Google Drive API 共享它们或检索它们的内容。 (据我了解,您可以使用webContentLink 下载它)。
    但是,您的第一个问题是:
    Google Colab API 在哪里?
    对于任何从谷歌来到这里试图找到官方的谷歌 Colab API(因为它是目前谷歌搜索时最好的结果之一),这里是答案:
    [截至 2020 年夏季] 由于这只是一个研究项目,没有官方 API 文档,因此可能很难获得某些信息。
    你最好的选择是去Official Github Repository :
    代码中的 API

  • Github: google.colab
  • Github: google.colab.drive
  • Github: google.colab.drive.mount (在很多片段中使用)
  • Github: google.colab.files (提供 downloadupload 实用程序)
  • Github: google.colab.snippets (以编程方式将片段添加到片段列表中;仅供引用:您可以通过转到 Insert -> Snippets 找到所有片段)
  • Github: all packages

  • 更多文档 + 注释
  • Google Colab: Official FAQ
  • Google Colab: Official Feature Demo

  • FAQ 解释了一些内部机制。亮点包括:

    It’s a Jupyter notebook environment that requires no setup to use.


    方便!
    我衷心推荐查看 Official Feature Demo ;这就是我发现它甚至支持 LaTeX 和 MathJax 的方式! (但话又说回来,可能 not come as news 给有经验的人 Jupyter )😄
    虚拟机
    常见问题解答还提到...

    Code is executed in a virtual machine dedicated to your account. Virtual machines are recycled when idle for a while, and have a maximum lifetime enforced by the system.


    这就是为什么您可以执行各种常见的系统调用(例如 !pip installopen 等)并且它可以正常工作的原因。
    然而,这也是为什么当你第二天回来时......
  • drive.mount再次征求您的同意
  • 您必须重新安装所有软件包
  • 任何新创建的文件都消失了(除非您将它们放在驱动器安装的文件夹中)
  • 关于google-drive-api - 谷歌 Colab API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50595831/

    28 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com