Download presentation
Presentation is loading. Please wait.
1
Jupyter Notebook Install
박 영 택 숭실대학교
2
Anaconda 설치 (Windows) Anaconda 설치 https://www.continuum.io/download 접속
Python3 버전 Anaconda 설치 파일을 다운로드 설치 파일 관리자 권한으로 실행 Anaconda 설치 완료
3
Jupyter Notebook 설치 (Windows)
Cmd를 열고, pip install jupyter 명령어를 사용하여 설치 Cmd를 열고, jupyter notebook 명령어를 사용하여 실행 실행 화면
4
Anaconda 설치 (Mac) Anaconda 설치 https://www.continuum.io/download 접속
Python3 버전 Anaconda 설치 파일을 다운로드 설치 파일 실행
5
Jupyter NoteBook 설치 (Mac)
Terminal을 열고, conda install jupyter 명령어를 사용하여 설치 jupyter notebook 명령어를 사용하여 실행 실행 화면
6
Python3에서 Python2 추가 Python 2.7 설치 및 적용 cmd에서 다음 명령어들을 순차적으로 실행
conda update conda conda create –n py27 python=2.7 anaconda activate py27 ipython kernelspec install-self deactivate
7
Jupyter Notebook에서 설치 확인
cmd에서 다음의 명령어를 순차적으로 실행 jupyter notebook 브라우저에서 ‘new’를 클릭하여 Python2, Python3 확인
Similar presentations