상세 컨텐츠

본문 제목

jupyter notebook 동작 안함 kernelRestarter: restart failed

개발 환경/Python

by cepiloth 2021. 5. 4. 17:45

본문

728x90
반응형

jupyter notebook을 잘 사용하고 있었는데 특정 sample 을 실행 하느라 몇가지 package 를 추가했었다. 그러더니 어느날 부터인가 jupyter notebook 이 동작을 하지 않는다. 에러 내용은 아래와 같이 kernel Restarter: restart failed 에러가 발생하였다. 

pip uninstall jupyter notebook 명령으로 삭제 하였지만 계속 발생하여서 아래 코드로 완전히 삭제하였다.

pip uninstall -y ipykernel ipython jupyter_client jupyter_core traitlets ipython_genutils jupyter notebook tornado
pip install jupyter notebook

 

재설치를 한 이후에 동작을 해보니 kernel failed 는 발생하지 않았고 정상 동작하는 것을 확인하였다. 

728x90
반응형

관련글 더보기

댓글 영역