【发布时间】:2019-08-03 15:34:52
【问题描述】:
我正在使用 Google Colab 进行一些 Python 练习。我有很多笔记本,里面有作业和笔记。突然间,我无法保存任何内容,甚至无法打开我之前保存的笔记本。这些是我得到的错误。
Notebook loading error
There was an error loading this notebook. Ensure that the file is accessible and try again.
Unexpected token S in JSON at position 0
Error
Unable to load Colaboratory.
A network error occurred and the request could not be completed.
GapiError: A network error occurred and the request could not be completed.
at GG.hy [as constructor] (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:1345:363)
at new GG (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:1564:363)
at za.program_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:1652:331)
at Ba (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:509:336)
at za.throw_ (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:508:402)
at Da.throw (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:510:248)
at c (https://colab.research.google.com/v2/external/external_polymer_binary.js?vrz=colab-20190311-085300-RC00_237811388:519:79)
我已禁用所有扩展程序、注销、删除 cookie、尝试隐身、尝试共享和使用其他帐户但仍然无法下载任何笔记本,重新启动运行时。如果不发生第一个错误,我什至无法创建新笔记本。它发生在我尝试的任何谷歌帐户中。
我没有想法,尝试了我在这里找到的任何与它相关的东西。
【问题讨论】:
标签: python jupyter-notebook google-colaboratory