1 life 2 live

파이썬 주피터 노트북 설치 방법 정리 [22.4.1] 본문

파이썬

파이썬 주피터 노트북 설치 방법 정리 [22.4.1]

대희투 2022. 4. 1. 20:58

1. 파이썬 설치

https://www.python.org/downloads/

 

Download Python

The official home of the Python Programming Language

www.python.org

 

2. CMD 창에서 PYTHON VERSION 확인 (명령어 : python --version)

 

3. 주피터 설치 (명령어 : pip3 install jupyter)

 

4. 주피터 실행 (명령어 : python -m notebook)

 

5. 간단하게 주피터 사용하기 위해 아나콘다 설치

https://www.anaconda.com/products/distribution

 

Anaconda | Anaconda Distribution

Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine.

www.anaconda.com

 

6. 검색창에 검색하면 주피터가 나옵니다.

 

7. 끝

728x90
반응형
Comments