0

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?

user1551817
  • 6,693
  • 22
  • 72
  • 109

1 Answers1

1

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: How to increase Jupyter notebook Memory limit?

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

Jonathan
  • 185
  • 9