IOPub data rate exceeded

时间:2025-04-16 07:42:05

issue:

IOPub data 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_data_rate_limit`.

solution:

jupyter notebook --NotebookApp.iopub_data_rate_limit=10000000  filename.ipynb