You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure... but it seems to me that last year, an infinite loop like this :
whie True:
print("OK")
used to "raise" this error (not a Python exception, a notebook error) :
IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
With the new jupyterlab version available on nbhosting, there is no such error, and the ui freezes before anyone hits the stop button of the UI. This is not a nnbhosting, but a jupyter issue and may be it is related to this issue : jupyter/notebook#2364
Also, may be setting --NotebookApp.iopub_data_rate_limit could prevent the browser from freezing ?
The text was updated successfully, but these errors were encountered:
hey
the issue you are referring to is about the classic notebook - plus, it's 7 years old
so I don't believe it is relevant...
regardless; I suggest you try this on your end on a regular jupyter lab so that you can freely play with any setting, and once you have a definite answer I can adapt nbhosting
another option of course would be to allow users to set their own setting somehow; however this seems a little overkill at this point I believe, what do you think ?
I ask students to be more careful with infinite loops :).
I will try settings on my local installation and if an interesting setting appears, I will tell you.
Not sure... but it seems to me that last year, an infinite loop like this :
used to "raise" this error (not a Python exception, a notebook error) :
With the new jupyterlab version available on nbhosting, there is no such error, and the ui freezes before anyone hits the stop button of the UI. This is not a nnbhosting, but a jupyter issue and may be it is related to this issue : jupyter/notebook#2364
Also, may be setting
--NotebookApp.iopub_data_rate_limit
could prevent the browser from freezing ?The text was updated successfully, but these errors were encountered: