Loading...

Python / / 2022. 5. 9. 16:48

파이썬 10강. 주피터 노트북 설치 및 실행

반응형

아나콘다를 설치하면 그 안에 주피터 노트북이 있다.

 

https://www.anaconda.com/

 

Anaconda | The World's Most Popular Data Science Platform

Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.

www.anaconda.com

 

 

next만 계속 눌러서 설치를 완료해준다.

 

 

검은창은 백그라운드로 돌고있는 서버이기 때문에 끄면 안된다.

브라우저 창이 하나 열릴 것이다.

 

새폴더 추가

 

 

폴더명 변경

 

 

파일 생성

 

 

파일명 변경

 

 

Shift + Enter 실행

전체 코드 한방에 실행

 

tab키 자동완성

 

 

우리는 이 라이브러리를 설치한적 없지만 바로 사용이 가능하다.

import matplotlib.pyplot as plt
plt.scatter([10], [10])

환경이 자동으로 설정되어있다.

 

주피터 노트북 단축키

1. a (above) : 현재 shell의 위로 shell 추가
2. b (below) : 현재 shell의 아래로 shell 추가
3. Shift + Enter : 현재 shell 실행
4. tab : 자동 완성 목록 보기
5. shift + tab : 함수 정보 보기 (shell을 실행한 후 적용됨!)

 

 

 

 

 

[출처]

 

https://cafe.naver.com/metacoding

 

메타코딩 : 네이버 카페

코린이들의 궁금증

cafe.naver.com

메타 코딩 유튜브

https://www.youtube.com/c/%EB%A9%94%ED%83%80%EC%BD%94%EB%94%A9

 

메타코딩

문의사항 : getinthere@naver.com 인스타그램 : https://www.instagram.com/meta4pm 깃헙 : https://github.com/codingspecialist 유료강좌 : https://www.easyupclass.com

www.youtube.com

 
반응형