카테고리 없음

jupyter notebook 관련

Hemos 2019. 10. 21. 10:42

jupyter notebook --ip=(ip address)

 

opt

--no-browser 브라우저 자동 열지 않음
--port 사용할 서버포트지정

--allow-root 관리자 권한 허용

 

--generate-config 설정파일 생성

> ipython

from notebook.auth import passwd

passwd()

:>

(.jupyter/jupyter_notebook_config.py)

 

 

https://christoper31.postype.com/post/1943263