IOPub data rate exceeded.The notebook server will temporarily stop sending outputto the client

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)

1,  cmd输入

 jupyter notebook --generate-config

IOPub data rate exceeded.The notebook server will temporarily stop sending outputto the client_第1张图片

 2. 打开C:\Users\Administrator\.jupyter\jupyter_notebook_config.py

找到 c.NotebookApp.iopub_data_rate_limit,去掉“#”,添加很多0,如下图:

IOPub data rate exceeded.The notebook server will temporarily stop sending outputto the client_第2张图片

 

你可能感兴趣的:(python,开发语言)