🖥️ IT, 컴퓨터/🐍 Python

[Python] IOPub data rate exceeded. 오류

김 홍시 2023. 10. 13.
반응형

문제상황

 

IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_data_rate_limit`.

Current values:
NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
NotebookApp.rate_limit_window=3.0 (secs)

 라는 오류 문구가 뜸

 

문제해결

 

http://localhost:8888/tree

 

주피터노트북 홈에 들어가

 

new -> terminal 클릭

 

아래와 같이 cmd 창이 뜬다.

jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10

를 입력

반응형

댓글