[PYTHON] [Error] IOPub message rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it.

error

IOPub message rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_msg_rate_limit`.

Cause

Because the value of iopun_data_rate_limit is set very small.

solution

Change the set value

jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000000

Postscript

It has been fixed in the latest version.

reference

https://github.com/jupyter/notebook/issues/2287

Recommended Posts

[Error] IOPub message rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it.
[Python] How to output the list values in order