Getting "Error code: Out of memory" while trying to open a Jupyter notebook. How do I open the file?

I am running into similar error as well, can someone help?

If you believe it is due to the size of the outputs, you could clear the outputs then open:

I just tested it on a local machine and it does indeed remove the outputs:

jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace Notebook.ipynb

I had collected some other ‘cleaning’ options along this line here.

1 Like