원격접속
![서버에 jupyter notebook 띄워놓기](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FC3gbB%2FbtqDj2TJiqT%2FkiQtRVKYk1b7dZuEeIapp1%2Fimg.png)
서버에 jupyter notebook 띄워놓기
간단한 설정만 하면 혼자 놀고 있는 서버를 일 시킬 수 있다. 근데 이 설정을 바꾸면 jupyter notebook을 실행시킬 때 항상 적용되는 설정이기 때문에 여러 환경에서 사용한다면 다른 방법을 강구해보는게 좋을것 같다. 1. 준비물 ip4 주소 & port 번호 $ ifconfig # ip 주소 확인 마음속에 port 번호도 준비 사용할 암호를 encoding한 값 python 실행 후 ... >>> from notebook.auth import passwd >>> passwod() hash값을 얻을 수 있다. 2. jupyter config file 설정 $ jupyter notebook --generate-config $ vi /root/.jupyter/jupyter_notebook_config..