티스토리 뷰

728x90

 

주피터 깔았는데 안 됐다.

 

출력 결과는 the kernel died. error: /opt/conda/bin/python: no module named ipykernel_launcher... view jupyter log for further details. 이라 나옴

 

커널이 죽는 건 메모리 할당량이 초과되었을 때인데, 메모리 사용하지도 않는데 가끔 이럴 때가 있는 것 같다. 다시 설치하니 됨

 

# if using a non-conda environment
python -m pip install jupyterlab -U --force-reinstall

# If using a conda environment
conda install --name <environment name> jupyterlab --update-deps --force-reinstall
728x90
댓글