如何通过 jupyter run 程序解决我的问题

发布于 2025-01-11 10:45:51 字数 282 浏览 0 评论 0原文

每当我开始在 jupyter 中运行项目时,它都会给我一个错误:

无法读取的笔记本:NotJSONError(“笔记本似乎不是 JSON: '\n\n\n\n\n\n\n

或者有时在我尝试上传项目时出现此错误:

语法错误:意外的标记

JSON 中的位置 6

如何解决这些错误?

Whenever I started run projects in jupyter, It give me an error :

Unreadable Notebook: NotJSONError("Notebook does not appear to be JSON:
'\n\n\n\n\n\n\n<html lang...")

Or sometime give me this error when I am trying to upload a project :

SyntaxError: Unexpected token < in JSON at position 6

How can I solve these errors ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜味拾荒者 2025-01-18 10:45:51

问题是,当您单击给定文件的下载按钮时,它会显示笔记本的 json,您可能下载了它并尝试运行该文件。
我不知道为什么会这样,但解决方案是,
有一个名为 open in colab 的选项,您可以从链接中在 google colab 或 kaggle 中打开笔记本,下载笔记本并在您自己的计算机上运行代码。
希望这能解决您的问题!

The thing is, when you click on download button for the given file, it shows you the json of the notebook, you probably downloaded it and tried to run the file.
I don't know why it does that, but the solution is,
There's an option called open in colab, you can open the notebook in google colab or kaggle from the link, download the notebook and run the code on your own machine.
Hope this solves your problem !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文