[conda / JupyterLab] JupyterLab에 가상환경 세팅하기
1130 단어 condajupyterlabconda
JupyterLab
에서는conda
가상 환경은 따로 설정을 해주어야JupyterLab
에서 사용할 수 있다.
참고블로그
1. 가상환경 내 ipykernel 라이브러리 설치
conda install ipykernel
2. JupyterLab 가상환경 내에 등록
python -m ipykernel install --user --name $환경이름 --display-name $커널이름
- 환경이름:
conda
가상환경의 이름- 커널이름:
JupyterLab
상에서 보여질 이름
3.Restart Kernel
JupyterLab
에서 꼭Kernel > Restart kernel
을 눌러주어야 추가한 가상환경이kernel
에 추가되어 선택할 수 있다.kernel
은 사용하고자 하는ipynb
파일의 오른쪽 상단에서 선택할 수 있다.
Author And Source
이 문제에 관하여([conda / JupyterLab] JupyterLab에 가상환경 세팅하기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@redgreen/conda-JupyterLab-JupyterLab에-가상환경-세팅하기저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)