1. 미니콘다 프로그램 다운로드 홈페이지
Miniconda — conda documentation
Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. Use the conda in
docs.conda.io
1) 미니콘다 프로그램 설치하기
컴퓨터 사양에 맞는 프로그램 설치하기
2) 미니콘다 실행하기
※ Anaconda Prompt를 실행할 때 Powershell로 실행하면 안된다.
※ (base) 가 있어야 한다.
2. Visual Studio Code 프로그램 다운로드 홈페이지
Visual Studio Code - Code Editing. Redefined
Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.
code.visualstudio.com
1) Visual Studio Code 프로그램 설치하기
[Download for Windows]를 클릭하면 자동 다운로드가 된다.
# 차례대로 입력하기
# workspace 디렉토리 생성하기
mkdir workspace
# 해당 경로로 이동
cd workspace
# 파일 확인하기
dir
# Visual Studio Code 실행하기
code .
3. Jupyter(주피터) 설치하기
# Anaconda Prompt에서 jupyter 설치하기
conda install jupyter
# y입력하기
y
cd workspace
dir
# jupyter notebook 실행하기
jupyter notebook
※ 실행이 안 될 경우 해당 주소 복사 후 브라우저에 붙여넣기