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 는 발생하지 않았고 정상 동작하는 것을 확인하였다.
AttributeError: module 'tensorflow._api.v2.lite' has no attribute 'constants' (0) | 2021.05.06 |
---|---|
No module name 'neuralgym' (0) | 2021.05.06 |
No module named 'cv2' 해결 (0) | 2021.04.27 |
파이썬에서 OpenGL 사용하기 (PyOpenGL) (1) | 2021.02.14 |
Python 3.8.1 & PyCharm 설치 (0) | 2019.12.31 |
댓글 영역