Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Python
- 최댓값
- sklearn
- list
- append()
- matplotlib
- nan
- del
- string
- data
- 분류 결과표
- len()
- wcss
- Machine Learning
- count()
- numpy
- elbow method
- Dictionary
- 최솟값
- hierarchical_clustering
- pandas
- 반복문
- insert()
- DataFrame
- analizer
- function
- dendrogram
- 덴드로그램
- IN
- DataAccess
Archives
- Today
- Total
개발공부
Visual Studio Code 설치, anaconda python으로 환경설정 본문
https://code.visualstudio.com/
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
위 주소에서 Visual Studio Code를 다운받고 설치한다.
설치후 왼쪽의 EXTENSIONS에서 python과 Jupyter를 검색해 인스톨한다.

아나콘다의 파이썬 경로를 알기위해 윈도우키를 눌러 jupyter를 검색한후 파일위치를 연다.

파일 오른쪽마우스 + 속성으로 들어간다.

파일 위치 열기를 누른다.

보이는 파이썬 파일의 오른쪽마우스 + 속성으로 가 위치 경로를 복사한다.

다시 visual studio code 로 와서
왼쪽 아래의 톱니를 눌러 셋팅으로 들어간후 interpreter를 검색해 python의 인터프리터 경로를 설정한다.
붙여넣기 + \python.exe 로 하면된다.
