Cannot open my Jupyter Notebook – it crashes my browser. Is it because of the size?

huangapple go评论55阅读模式
英文:

Cannot open my Jupyter Notebook - it crashes my browser. Is it because of the size?

问题

我最近一直在使用 Jupyter Notebook。当我今天尝试加载它时,我能看到笔记本几秒钟,但我无法点击任何东西。然后几秒钟后,页面崩溃。

我可以正常打开其他笔记本。我尝试了几种不同的浏览器,问题仍然存在。我注意到这个特定的笔记本是我拥有的最大的一个,大小为 52 MB。我不确定为什么它这么大 - 我认为它没有很多图片之类的东西。但这是我无法打开的原因吗?

如果是这样,我该如何恢复这个笔记本?

英文:

I have been using a Jupyter Notebook recently. When I try to load it today, I see the notebook for a few seconds but I am unable to click on anything. Then after a few seconds the page crashes.

I can open other notebooks fine. I have tried a couple of different browsers and the problem persists. I have noticed that this particular notebook is the biggest one I have at 52 MB. I'm not sure why it's so large - I don't think it has many images or anything. But is this why I am unable to open?

And if so, what can I do to recover the notebook?

答案1

得分: 1

我认为你的问题是jupyter无法加载如此大的文件。
Jupyter的默认最大大小为25MB。
要增加内存限制,请参考:https://stackoverflow.com/questions/57948003/how-to-increase-jupyter-notebook-memory-limit

如果这个方法不起作用,我需要更多信息。

英文:

I believe your issue is that jupiter can't load that large of a file.
The default maximum size for jupiter is 25MB.
To increase your memory limit: https://stackoverflow.com/questions/57948003/how-to-increase-jupyter-notebook-memory-limit

This is a possible problem, I'll need more info if this doesn't work.

huangapple
  • 本文由 发表于 2023年3月7日 03:27:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/75655019.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定