2020년 3월 5일 목요일

가상 환경 jupyter setting

가상환경 추가
conda create --name py37 python=3.7.4


# 가상 환경에  jupyter 설치
activate py37
pip install jupyter 

# base 환경의 jupyter lab에 가상환경 등록  
deactive
python -m ipykernel install --user --name py37 --display-name "py37"


# base 환경의 jupyter lab에 등록된 가상환경 삭제가 필요할 때
jupyter kernelspec uninstall py37

댓글 없음:

댓글 쓰기