IOPub data rate exceeded. The Jupyter server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable `--ServerApp.iopub_data_rate_limit`. Current values: ServerApp.iopub_data_rate_limit=1000000.0 (bytes/sec) ServerApp.rate_limit_window=3.0 (secs)解决
设置iopub_data_rate_limit参数即可。
生成配置文件jupyter-lab --generate-confi修改iopub_data_rate_limit配置
c.ServerApp.iopub_data_rate_limit = 1.0e10参考:
- jupyter notebook(三)——IOPub_data_rate_limit报错
- IOPub data rate exceeded in Jupyter notebook (when viewing image)



