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 ./
'tensorflow 개발환경' 카테고리의 다른 글
리눅스 / 라즈베리파이 라즈비안 네트워크 공유폴더 만들기( samba) (0) | 2022.05.02 |
---|---|
tensorflow cpu only 개발환경 (cuda gpu x) (0) | 2021.06.09 |