Python3

주피터 원격접속 하기

장성한군사 2019. 11. 20. 12:52

1. config 파일 생성

cmd> jupyter notebook --generate-config

 

2. ipython 실행하여 해쉬암호 생성

cmd> ipython
from notebook.auth import passwd
passwd()

quit()


3. 윈도우 메모장으로 구성파일 편집

notepad c:\users\administrator\.jupyter\jupyter_notebook_config.py

c.NotebookApp.ip = ' * '
c.NotebookApp.password = u'sha~'
c.NotebookApp.password_required = True
c.NotebookApp.port = 8888
c.NotebookApp.webbrowser_open_new = 2

 

4. 윈도우 방화벽에서 포트 열기
wf.msc
인바운드에 8888 허용