Windows 10 64bit 기준


python3.6에서 jupyter를 설치하다가 에러가 나서 쓰는글


-> python3를 설치할거면 3.6 말고 3.5로 설치하라


1. python3.5 설치

2. cmd 관리자 모드로 실행

3. pip install jupyter

4. jupyter notebook # run webserver


python interpreter를 쓰고싶으면 built-in 대신 ipython 또는 jupyter를 사용하자


WRITTEN BY
hojongs
블로그 옮겼습니다 https://hojongs.github.io/