相关疑难解决方法(0)

Jupyter笔记本中超出IOPub数据速率(查看图像时)

我想在Jupyter笔记本中查看图像.这是一个9.9MB的.png文件.

from IPython.display import Image
Image(filename='path_to_image/image.png')
Run Code Online (Sandbox Code Playgroud)

我得到以下错误:

IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
Run Code Online (Sandbox Code Playgroud)

有点令人惊讶并在别处报道.

这是预期的,有一个简单的解决方案吗?

(错误消息建议更改限制--NotebookApp.iopub_data_rate_limit.)

ipython jupyter jupyter-notebook

68
推荐指数
5
解决办法
8万
查看次数

标签 统计

ipython ×1

jupyter ×1

jupyter-notebook ×1