바이오 대표

[ Jupyter Lab ] Jupyter 환경에서 IOPub data rate exceeded 해결방법 본문

Programming enviorment

[ Jupyter Lab ] Jupyter 환경에서 IOPub data rate exceeded 해결방법

바이오 대표 2022. 3. 4. 23:53

 

출력 데이터가 지정 범위 초과시 다음과 같은 에러가 뜬다. 

 

-> Terminal 에 들어가 다음과 같은 명령어를 이용해서 출력 데이터 범위를 늘려주면 해결 가능하다  

jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10  # jupyter notebook
jupyter lab --NotebookApp.iopub_data_rate_limit=1.0e10   # jupyter lab