yuns
jupyter lab(jupyter notebook)에 conda environment 추가하기 본문
linux, github, module 에러 정리
jupyter lab(jupyter notebook)에 conda environment 추가하기
yuuuun 2021. 5. 27. 11:41반응형
pip install ipykernel
python -m ipykernel install --user --name [conda environment name] --display-name [display name]
커널 지우기
jupyter kernelspec uninstall [display kernel name]
반응형
'linux, github, module 에러 정리' 카테고리의 다른 글
비밀번호 입력 없이 서버에 접속하기 (0) | 2021.07.16 |
---|---|
gpu 사용량 확인하기 (0) | 2021.06.02 |
torch-geometric error (1) | 2021.05.12 |
jupyter lab에서 conda environment 설정하기 (0) | 2021.04.30 |
Jupyter Lab 설치하기 (0) | 2021.04.28 |
Comments