Jupyter报错:IOPub data rate notebook server will temporarily stop sendin...

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

关于Jupyter报错

报错原因:要显示的内容太多,超出Jupyter接受范围
解决方法:减少在Jupyter上的print内容即可

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`.

Current values:
NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
NotebookApp.rate_limit_window=3.0 (secs)