我想在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條經(jīng)驗 獲得超3個贊
嘗試這個:
jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10
或這個:
yourTerminal:prompt> jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10
- 2 回答
- 0 關注
- 2685 瀏覽
添加回答
舉報
0/150
提交
取消