Presentation is loading. Please wait.

Presentation is loading. Please wait.

Jupyter Notebook on Windows

Similar presentations


Presentation on theme: "Jupyter Notebook on Windows"— Presentation transcript:

1 Jupyter Notebook on Windows
박 영 택 컴퓨터학부

2 Anaconda, Jupyter 다운로드 및 설치

3 1. Anaconda 설치 [1] 첫번 째 박스 부분 체크 해주기 Anaconda는 python 및 여러 package를 포함하는 free python distribution으로서 우선 설치가 필요. 다음의 링크를 접속. Python3 버전 Anaconda 설치 파일을 다운로드 설치 파일을 관리자권한 실행 Anaconda 설치 완료.

4 2. Jupyter 설치 [1] 관리자 권한으로 Cmd를 열고, pip를 이용해 jupyter 설치 (3page의 첫번 째 박스 부분 체크해서 설치해야 명령어 동작) Jupyter 설치 완료. pip install jupyter

5 3. Jupyter Notebook 실행 [1] 1)cmd에서 다음의 명령어를 실행하거나,
브라우저가 열리며 실행. * 참고로 Newpython3 을 보이게 하려면 아래 명령어 실행 후, (최초 한번만 실행) 명령어실행 jupyter notebook ipython kernelspec install-self jupyter notebook

6 Python2, Python3 다중 설치

7 1. Python3 에서 Python2 추가하기 cmd에서 다음의 명령어를 실행하여 설치. Python 2.7 설치 및 적용
conda update conda conda create –n py27 python=2.7 anaconda activate py27 ipython kernelspec install-self * Py27 환경을 빠져 나가기 위한 명렁어로 필요시에만 입력 deactivate

8 2. Jupyter에서 확인 cmd에서 다음의 명령어를 실행.
브라우저에서 ‘new’를 클릭하여 Python2, Python3 확인. jupyter notebook

9 설치 관련 참조

10 Pyspark 설치

11 설치 관련 참조 Download Spark Click!

12 설치 관련 참조 아래의 동영상 5번부터 차례대로 수행
winutils.exe 다운로드 주소

13 설치 관련 참조 블로그의 샘플 코드 실행하여 동작 확인 (참고로 Python3 Kernel로 해야 동작)


Download ppt "Jupyter Notebook on Windows"

Similar presentations


Ads by Google