为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

FFIVE 2019-12-17 14:40:44
我想在Jupyter笔记本中查看图像。这是一个9.9MB的.png文件。from IPython.display import ImageImage(filename='path_to_image/image.png')我收到以下错误:IOPub data rate exceeded.The notebook server will temporarily stop sending outputto the client in order to avoid crashing it.有点意外,其他地方也有报道。这是预期的吗,有没有简单的解决方案?(错误消息建议在中更改限制--NotebookApp.iopub_data_rate_limit。)
查看完整描述

2 回答

?
万千封印

TA贡献1891条经验 获得超3个赞

尝试这个:


jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10

或这个:


yourTerminal:prompt> jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10 


查看完整回答
反对 回复 2019-12-17
  • 2 回答
  • 0 关注
  • 2503 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信