这是我第一次使用 stackoverflow,总的来说,我对编程完全陌生。我试图从 csv 文件中创建一个列表,结果是:
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)
我想我已经在这里找到了解决我实际问题的方法……
在 Jupyter Notebook 中查看图像时超出 IOPub 数据速率
…但是我不知道如何更改我的木星笔记本的设置来更改 data_rate_limit。
原文由 Lukas Kaspras 发布,翻译遵循 CC BY-SA 4.0 许可协议
要更改限制,请在命令行中键入以下内容:
然后打开的笔记本将有新的限制。