apt update -y apt-get install python3 apt-get install python3-pip apt-get install jupyter jupyter notebook --generate-config cd .jupyter/ jupyter_notebook_config.py 4줄 변경 vi jupyter_notebook_config.py :set number # vi에서 /c.NotebookApp.allow_origin 설정 내용들 중 아래 사항들을 수정 136 450 350 458 c.NotebookApp.allow_origin = '*' c.NotebookApp.notebook_dir = '/root' c.NotebookApp.ip = '*' c.NotebookApp.open_browser = True jupyter notebook --allow-root 토큰값 확인 - 복사 5bde496ce901d7cccccccccccccccccccc 공인 ip 확인 공인ip:8888