我遇到一个问题,当我阅读txt文件时,会生成以下消息:
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)
我试图按照此处Stack Overflow帖子中提供的说明进行操作: IOPub data rate exceeded when viewing image in Jupyter notebook
但是,我无法通过命令行生成配置文件的第一步。当我尝试在命令行中作为步骤1的一部分调用Jupyter Notebook时,命令行不建议这样做。我尝试从它所在的文件目录中调用Jupyter Notebook。通过验证上次修改日期,我确认它是正确的目录。
有人能指出我正确的方向吗?
谢谢
答案 0 :(得分:0)
尝试一下:
jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10