
[Python] anaconda Jupyter notebook 설치, 파일생성,라이브러리 설치
·
Programming/Python
1. anaconda 설치 (https://www.anaconda.com/download) Free Download | AnacondaAnaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine.www.anaconda.com 2. 아나콘다 파일 생성할 위치로 이동하기 3. 파이썬 버전확인 (없으면 설치)python -V 4. 콘다 폴더 만들기 5. 나오는 proceed마다 y 입력 6. 콘다 활성화하기콘다 사용 전 꼭 활성하하기, 콘다 종료 시에는 꼭 비활성화 해주어야함변경된 것 확인해야함 (base) -> (ml2024)conda ac..