분석/머신러닝

[jupyter notebook] 설치했으나 run 결과 출력이 안되는 오류

statart 2019. 7. 20. 21:54

 

h2o 패키지 학습 및 포트폴리오 관리를 위해 rstudio가 아닌 jupyter notebook을 사용해보려고 한다.

 

파이썬or아나콘다와 설치하는 jupyter notebook의 버전이 일치하지 않음 or 최신이 아니라서 발생하는 오류로 추정

→ notebook을 삭제하고 버전을 수정하여 다시 설치해준다.

 

pip uninstall notebook
pip install notebook==5.7.5

 

※ 댓글 : alifuk 참고

 

 

https://github.com/jupyter/notebook/issues/4491

 

Jupyter Notebook does not show anything in browser · Issue #4491 · jupyter/notebook

When I run "jupyter notebook" from the Anaconda prompt, I get a redirect notice and then just a blank webpage. No directories or menus or any text whatsoever. I am running windows 10 x64 ...

github.com