Jupyter 노트북에서 이미지를보고 싶습니다. 9.9MB .png 파일입니다.
from IPython.display import Image
Image(filename='path_to_image/image.png')
아래 오류가 발생합니다.
IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
조금 놀랍고 다른 곳에서보고되었습니다 .
이것이 예상되는 일이며 간단한 해결책이 있습니까?
(오류 메시지는에서 제한 변경을 제안 --NotebookApp.iopub_data_rate_limit
합니다.)