오류 발생

  • Jupyter notebook 실행 후, 가상환경 kernel이 인식되지 않음
  • 동시에 터미널의 Log 메시지에 다음의 오류 발생
ImportError: DLL load failed: 지정된 프로시저를 찾을 수 없습니다.

해결방법

  • 가상환경에 jupyter를 설치하면 된다!!

    activate 가상환경
    pip install jupyter
    
  • Reference