【发布时间】:2018-08-05 19:17:58
【问题描述】:
我遇到了一个问题,当我读取 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
但是,我无法通过命令行生成配置文件的第一步。当我尝试在命令行中调用 Jupyter Notebook 作为步骤 1 的一部分时,命令行不推荐它。我尝试从它所在的文件目录中调用 Jupyter Notebook。我通过验证最后修改日期确认它是正确的目录。
谁能指出我正确的方向?
谢谢
【问题讨论】:
标签: python jupyter-notebook jupyter