Python/Python 기초
파이썬 개발을 위한 비주얼 스튜디오 코드 셋팅 방법
healingmau
2022. 5. 19. 17:37
파이썬 개발을 위한 비주얼 스튜디오 코드 셋팅 방법
1. 프로그램 다운로드
사이트
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
프로그램을 다운받아
설치합니다.
(진행에 따라 Next만
클릭하면 쉽게 설치)
왼쪽 메뉴에서 맨 아래
아이콘은 확장 프로그램들이
담겨 있는 곳입니다.
검색창에 jupyter와 python을 검색
해당 프로그램들을 설치합니다.
(install 클릭)
힐링아무의 코딩생활 힐코딩!