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를 사용하자
'Language > python' 카테고리의 다른 글
[python] str to bytes (0) | 2017.11.25 |
---|---|
[python] json example (0) | 2017.11.25 |
[python] 장점, 써야하는 이유 / 프로그래밍언어 비교 (0) | 2017.11.25 |
[python] simple echo server&client source example (0) | 2015.12.02 |
[python] 'virtualenv' install on windows (pip 사용) (0) | 2015.11.26 |
WRITTEN BY
- hojongs
블로그 옮겼습니다 https://hojongs.github.io/