내용

글번호 1250
작성자 허진경 (나자바바)
작성일 2023-10-18 14:53:25
제목 주피터 노트북에서 디렉토리의 파일을 읽을 때 IOPub data rate exceeded. 에러
내용 디렉토리의 파일이 많으므로 발생함 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) - jupyter notebook --generate-config 명령으로 주피터 노트북 설정파일을 만듬 - jupyter --config-dir 명령으로 설정파일의 위치를 찾을 수 있음 - jupyter_notebook_config.py파일을 열고 수정 c.NotebookApp.iopub_data_rate_limit = 10000000 - c.NotebookApp.rate_limit_window = 10