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

max file size is 1MB #66

Closed
minrk opened this issue Oct 5, 2017 · 1 comment
Closed

max file size is 1MB #66

minrk opened this issue Oct 5, 2017 · 1 comment

Comments

@minrk
Copy link
Member

minrk commented Oct 5, 2017

Create a notebook with the cell:

from IPython.display import publish_display_data
kB = 1024
publish_display_data({
    'application/x-fake-size-test': 'x' * 1024 * kB 
})

run that cell, and save will fail with HTTP 413 (too big!).

We have this annotation, which I assume is meant to address exactly this, but it doesn't appear to have the desired effect.

@yuvipanda
Copy link
Contributor

I've set it in the configmap (manually for now) and that seems to work - I can't repro this failing now.

yuvipanda added a commit to yuvipanda/mybinder.org-deploy that referenced this issue Oct 16, 2017
Supports notebooks / other uploads of this size.

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

No branches or pull requests

3 participants