Jupyter kernel에 conda 가상환경 추가/삭제

By BugokPotato Posted 2022. 5. 15. 16:17

1. 가상환경 활성화

conda activate 가상환경명

 

2. 가상환경에 jupyter kernel 설치

conda install ipykernel -y

 

3. jupyter에 가상환경 kernel 추가

python -m ipykernel install --user --name 가상환경명 --display-name 커널명

 

4. jupyter notebook에서 확인

"tistory" 가상환경 추가

 

+ kernel 제거

jupyter kernelspec uninstall 가상환경명

 

 

 

728x90