tensorflow 개발환경
아나콘다 가상환경 에서 jupyter 사용하기
v처니v
2021. 6. 11. 17:53
conda activate [가상환경명:Test]
ex) conda activate Test
pip install jupyter notebook
python -m ipykernel install --user --name [가상환경명:Test]
ex) python -m ipykernel install --user --name=Test
jupyter notebook
# 현재경로 에서 가상환경 실행 방법
C:\Users\[사용자명]\.conda\envs\[가상환경이름]\python.exe -m notebook --notebook-dir ./