반응형
문제상황
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
를 입력
반응형
'🖥️ IT, 컴퓨터 > 🐍 Python' 카테고리의 다른 글
[Python] invalid value encountered in long_scalars :: 분모가 0이 된 경우 (0) | 2023.11.30 |
---|---|
[Jupyter Notebook] 주피터 꾸미기 :: 테마, 글씨 크기 간격 바꾸기 (0) | 2023.10.22 |
[Python] 파이썬에서 warning 끄기 (0) | 2023.10.13 |
[Python] a1, a2, a3와 같은 리스트 쉽게 만들기 (0) | 2023.10.13 |
[Python] 'method' object is not subscriptable : ()와 [] 때문에 발생하는 오류 (0) | 2023.10.07 |
댓글