Jupyter Notebook 커널 추가

Yubin Hong·2024년 6월 26일

Python

목록 보기
6/9

커널 설치하기

conda install ipykernel  # 추천

or

pip install ipykernel

커널 추가하기

python -m ipykernel install --user --name=test_env

커널 목록 확인하기

jupyter kernelspec list

커널 삭제하기

jupyter kernelspec uninstall venv
profile
기억보단 기록을

0개의 댓글