Python

가상환경 jupyter notebook 연결

ndlessrain 2024. 1. 4. 10:35
728x90

가상환경에서 jupyter notebook 설치하고,

pip install jupyter notebook

kernel 연결하면 끝

python -m ipykernel install --user --name 가상머신이름 --display-name "표시할이름"

 

728x90