주피터 원격접속 하기 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. 윈도우 .. 더보기 이전 1 2 3 4 5 ··· 595 다음