본문 바로가기
Etc

[2021.06.11] How to install jupyter notebook on VS Code?

by injekim97 2021. 6. 11.
반응형

[2021.06.11] How to install jupyter notebook on VS Code? 

 

 

 

 

VS code에서 Jupyter notebook을 설치 해보도록 하자.

 

 

1. 위의 화면과 같이 1번을 클릭한다.

2. 1번을 클릭하면 검색 창이 뜨는데, 거기에 Python 입력

3. 입력 후,  Python을 설치한다. (이미 설치되어 있어서 설치 버튼이 없는 거임)

 

 

탭에 보기(View) -> 명령 팔레트(Command Palette) 클릭

 

 

-> create new blank notebook 를 입력후에, 클릭하면 자동으로 .ipynb가 생성된다.

 

 

* 처음 설치하게 되면 다음과 같은 과정을 해야함

1. 5시 방향에, install 하는 것이 있는데, 클릭해주면 알아서 설치됨.(5분~10분 소요)

2. 터미널 창에서 명령어 입력

python -m pip install --upgrade pip

 

 

VS code 에서 Jupyter notebook을 실행한 모습

---------------------------------------------------------------------------------------------------------------------------------------------

https://code.visualstudio.com/download

 

Download Visual Studio Code - Mac, Linux, Windows

Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.

code.visualstudio.com

-> 자신의 운영체제 버전에 맞게 VS code 설치

반응형

댓글