Dev record

The kernel failed to start due to the missing module 'typing_extensions'. Consider installing this module.

Barrer 2023. 11. 14. 13:23
반응형

문제 상황

 

jupyter notebook 이 환경에서 꼬여서 이런 오류가 발생한다.

이를 먼저 삭제한 이후 conda 환경에서 다시 설치한다.

 

삭제

python3 -m pip uninstall -y jupyter jupyter_core jupyter-client jupyter-console jupyterlab_pygments notebook qtconsole nbconvert nbformat jupyterlab-widgets nbclient ipykernel ipynb

 

주피터 노트북 재설치

conda install -c conda-forge --update-deps --force-reinstall ipykernel -y

반응형