Page 1 of 1

Jupyter - "Request Entity Too Large"

Posted: Thu Jul 20, 2017 6:49 pm
by HenryGertsen
Hello all,

After I execute code in Jupyter I occasionally get this notification (or error?) saying "Request Entity Too Large". Sometimes I get it and then my program stops running other times I'll get it but everything will continue like it should. Is there anything I can, or should, do about this?

Any thoughts would be great! :)


Henry

Re: Jupyter - "Request Entity Too Large"

Posted: Wed Jul 26, 2017 12:16 pm
by amike88
Hi,

this is due to the bokhen, which is used to plot graphs. In my case I see it displayed only when jupyter tries to save the notebook. You can safely ignore it.
However when you try to save the notebook you will not be able to do so, since it is too large. What I do is go to the menu and chose to close all cells by going to Cell drop down menu and selecting All Output and Clear. Now you can save the notebook.

hope this helps.