반응형
다음과 같은 에러 문구가 떠서 주피터 노트북에서 해결되지 않는 상태가 나오긴 한다.
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)
이럴땐 아래와 같이 New > Terminal 에 들어가면 cmd 창이 뜬다.
그리고 아래와 같이 명령어를 입력해 주면 된다. 그럼 정상적으로 실행된다.
jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10
반응형
'Python' 카테고리의 다른 글
[python] 구글 드라이브 내 이미지 텍스트 변환 해보기 (0) | 2022.10.12 |
---|---|
[python] konlpy counter 정렬 (0) | 2022.10.12 |
[python] 한국인터넷진흥원 인터넷주소(도메인, 아이피) 정보 검색 조회 (0) | 2022.10.05 |
[python] 블로그 자동 글쓰기 포스팅 노출 테스트 결과 분석 및 인사이트 공유 (0) | 2022.10.05 |
[python] json, dict 에서 DataFrame 변환시 All arrays must be of the same length 오류 해결 (0) | 2022.10.01 |
댓글