Visual Studio Code에서 Jupyter를 사용하려 한다.

 

 

  • Visual Studio Code 설치

- python은 이미 설치되어 있어야 한다.

 

- pylint도 설치되어 있어야 한다.  

 

 

 

 

 

C:\>  pip3 install pylint

 

 

 

 

 

 

사이트( https://code.visualstudio.com/  )에서 설치파일을 받는다.

 

 

  • Visual Studio Code 확장 설치

- '확장' 메뉴에서 

'python'으로 검색 'Install'을 한다.

'jupyter'로 검색 'Install'을 한다.

 

 

  • Python Package 설치

 

 

c:\> pip3 install --upgrade pip

 

 

- jupyter 설치

 

 

c:\> pip3 install jupyter 
c:\> pip3 install tensorflow

 

 

 

- matlotlib 설치

 

 

 

 

c:\> pip3 install -U pip setuptools
c:\> pip3 install matplotlib

 

 

 

  • 기타 정보

https://code.visualstudio.com

 

http://www.numpy.org/https://www.scipy.org

 

https://matplotlib.org


  • 실행~~

jupyter의 샘플 코드를 넣고 그래프 확인..


오늘도 잘된다.~ 흠흠.

끝.

 

+ Recent posts