Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

large ipython notebook saves fail #6

Closed
robnagler opened this issue Mar 12, 2016 · 3 comments
Closed

large ipython notebook saves fail #6

robnagler opened this issue Mar 12, 2016 · 3 comments

Comments

@robnagler
Copy link
Member

@cchall writes:
So I discovered today while using an ipython notebook on the blade that the notebook will fail to save if it becomes too large. I'm not sure exactly what the size limit is or where the failure point occurs, but I was in the middle of analyzing 1000, 1MB files when I discovered the failure.

While I can restart the kernel and clear all output and then make a save this is a little unsatisfactory as it would be preferable to be able to just save the notebook cells without having the notebook try to save output so that I don't have to stop work just to make a save.

I'm not sure if this is a restriction that is being imposed by ipython or by the fact that I am running on the blade but I wanted to throw the problem out there.

@robnagler
Copy link
Member Author

I bumped the front end's limit to 100mb. It was at default (1mb). @cchall please try again, and reply with status. Thanks.

There may still be a problem. See jupyter/notebook#650 for a discussion of limits in Tornado.
I'm not sure what Jupyter defaults to, but it might be 100mb.

@cchall
Copy link
Member

cchall commented Mar 12, 2016

My current notebook now appears to be saving properly, though it is <100 MB. I'll try to set up a test with larger notebooks and see what happens.

I can also now upload files with size > 1 MB. However, I get a message:

"""
Cannot upload file

Cannot upload file (>25 MB) '99mb.txt'
""""

When I try a file >25 MB.

@robnagler
Copy link
Member Author

This is a hard limit in Jupyter 4.x. See
this discussion for the
current workaround.
They are waiting till 5.0
to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants