Posts [Anaconda] 윈도우 아나콘다 기본 사용법
Post
Cancel

[Anaconda] 윈도우 아나콘다 기본 사용법


Contents



아나콘다 가상환경 생성

conda create -n [가상환경이름] python=[버전]

가상환경 확인

conda env list

가상환경 활성화

conda activate [가상환경이름]

가상환경 내부 패키지 확인

conda list

가상환경 패키지 설치

내가 설치한 것들은 또 쓸때 찾아보게 적어놓자

conda install jupyter notebook

주피터 노트북 가상환경 연결

python -m ipykernel install –user –name [가상환경이름] –display-name [표시할이름]


This post is licensed under CC BY 4.0 by the author.

[Design Patterns] Strategy Pattern

모델 평가 1