Tech-Logs of Data-Scientist

Jupyter에서 python을 찾지 못하는 경우 본문

카테고리 없음

Jupyter에서 python을 찾지 못하는 경우

Mini-Step 2022. 12. 3. 18:30

    SMALL
    1. 정리코드

      # (1) jupyter kernelspec 확인
      jupyter kernelspec list
      
      # (2) 위의 kernelspec 제거
      rm -rf /Users/<username>/Library/Jupyter/
      
      # (3) jupyter 삭제
      brew uninstall jupyter
      brew cleanup
      
      # (4) jupyter 재설치
      pip install jupyterlab
      # brew install jupyter
    2. 참조 : https://stackoverflow.com/questions/49946157/jupyter-notebook-bad-interpreter-error-message

    반응형
    LIST
    Comments