【问题标题】:IOPub data rate exceeded in Jupyter notebook (Version 5.4.0)Jupyter 笔记本(版本 5.4.0)中超过了 IOPub 数据速率
【发布时间】: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


    【解决方案1】:

    试试这个:

    jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10
    

    【讨论】:

      猜你喜欢
      • 2017-10-21
      • 2023-04-10
      • 2017-09-03
      • 1970-01-01
      • 2018-06-23
      • 1970-01-01
      • 2022-06-11
      • 1970-01-01
      • 2018-11-14
      相关资源
      最近更新 更多