googledatalab / datalab

Interactive tools and developer experiences for Big Data on Google Cloud Platform.
Apache License 2.0
975 stars 249 forks source link

Notebook can consistently shut down the autosave feature -- work cannot be saved #2108

Closed brianchunkang closed 5 years ago

brianchunkang commented 5 years ago

The execution of the attached notebook in datalab can consistently kill the autosave function. No work can be saved after the execution of the last cell. Notebook attached.

Here the same error happening on Jupyter Notebooks referenced on their github site: [https://github.com/yuvipanda/jupyterhub-nginx-chp/issues/17]

The Jupyter Notebooks issue submitter worked around this by updating the client_max_body_size on their nginx server. Is there a way to update something similar on the datalab source repository?

autosave_failed_example.zip

janpeuker commented 5 years ago

Just wondering, do you see an HTTP 413 fro nginx? If that's the case, are you maybe running from Cloud Shell in which case the solution might be in #2106 ?

janpeuker commented 5 years ago

I suggest to close this, too?

brianchunkang commented 5 years ago

Yes, please do.