Chcę zobaczyć obraz w notatniku Jupyter. Jest to plik PNG o rozmiarze 9,9 MB.
from IPython.display import Image
Image(filename='path_to_image/image.png')
Otrzymuję poniższy błąd:
IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
Trochę zaskakujące i opisane w innym miejscu .
Czy jest to oczekiwane i czy istnieje proste rozwiązanie?
(Komunikat błędu sugeruje zmianę limitu w --NotebookApp.iopub_data_rate_limit
.)