1 life 2 live
파이썬 주피터 노트북 설치 방법 정리 [22.4.1] 본문
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
반응형
'파이썬' 카테고리의 다른 글
파이참(PyCharm) 가상환경 설정했는데 PS로 나오는 경우 수정 방법[22.4.7] (0) | 2022.04.07 |
---|---|
파이참(PyCharm) 설치 방법 [22.4.5] (0) | 2022.04.05 |
파이썬 기초 프로그래밍(11) - GUI 개발환경 구축 (PyQt5 설치) [20.7.30] (0) | 2020.07.31 |
파이썬 기초 프로그래밍(10) - 모듈 프로그래밍 [20.7.30] (0) | 2020.07.30 |
파이썬 기초 프로그래밍(9-2) - 파일 예외 처리 [20.7.29] (0) | 2020.07.29 |