[IT] Jupyter Notebook(주피터 노트북) 이해하기 (설치하기)
본문 바로가기
IT/AI

[IT] Jupyter Notebook(주피터 노트북) 이해하기 (설치하기)

by DHan- 2023. 12. 19.
728x90

Jupyter에서 제작한 Python용 통합 개발 환경을 의미한다.

웹 브라우저 기반의 소스 편집도구 이며, 일반적으로  AI 모델 구성을 위한 파이썬 코딩에 사용된다.

 

설치


1. 파이썬 설치

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

 

Download Python

The official home of the Python Programming Language

www.python.org

다운로드 진행.

파이썬 자습서 : https://docs.python.org/ko/3.11/tutorial/index.html

 

The Python Tutorial

Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python’s elegant syntax an...

docs.python.org

도큐먼트 : https://docs.python.org/ko/3.11/index.html

 

3.11.7 Documentation

Python 3.11.7 문서 Welcome! This is the official documentation for Python 3.11.7. 설명서의 파트들: 파이썬 3.11 의 새로운 기능은? 2.0 이후의 모든 "새로운 기능" 문서 자습서 여기에서 시작하세요 라이브러리 레퍼

docs.python.org

 

설치 완료

명령 프롬프트(cmd) 호출하여 py 입력, 설치 완료 여부 점검

 

2.주피터 설치

CMD / 아나콘다를 통한 설치가 가능하다.

파이썬 대화형 셸 에서  pip install jupyter  입력하여 설치

환경변수 등록 체크 ( 시스템속성 > 환경변수 > path )

설치완료

 

cmd 창에서 jupyter notebook를 입력하여 주피터 노트북 실행

new > python가 안보이는 경우

pip install ipython 설치 

pip install --upgrade jupyter 주피터 노트북 업그레이드

notebook 선택

테스트 진행

 


https://ko.wikipedia.org/wiki/%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8_%EC%A3%BC%ED%94%BC%ED%84%B0

 

프로젝트 주피터 - 위키백과, 우리 모두의 백과사전

위키백과, 우리 모두의 백과사전.

ko.wikipedia.org

 

https://jupyterlab.readthedocs.io/en/stable/user/interface.html

 

The JupyterLab Interface — JupyterLab 4.0.9 documentation

JupyterLab provides flexible building blocks for interactive, exploratory computing. While JupyterLab has many features found in traditional integrated development environments (IDEs), it remains focused on interactive, exploratory computing. JupyterLab se

jupyterlab.readthedocs.io

728x90

댓글