Jupyter-notebook 접속 시 Kernel 오류
증상 : 커널 상태가 trusted가 아닌 kenel Error 로 뜸. 메시지로그 : FileNotFoundError: [Errno 2] No such file or directory: '/opt/anaconda1anaconda2anaconda3/bin/python': '/opt/anaconda1anaconda2anaconda3/bin/python' 해결방법: 심볼릭 링크가 없어서 그런 것이니, 만들어주자. 1. 폴더 생성 mkdir -p /opt/anaconda1anaconda2anaconda3/bin 2. 폴더 이동 cd /opt/anaconda1anaconda2anaconda3/bin 3. 심볼릭링크 생성 ln -s python 4. 주피터 재 실행
Program/Python
2020. 11. 18. 13:36
최근댓글