Environment
- Ubuntu 20.04
- Python 3.9.6(by pyenv)
Objective
- Jupyter 설치
- Jupyter Config
- Ubuntu systemd 등록
- Jupyter theme 설정
Jupyter 설치
Jupyter Config
NotebookApp(JupyterApp) Section에서 아래 두 가지는 설정하는 것이 좋음
- c.NotebookApp.notebook_dir
- 사용자가 생성할 Jupypter Notebook의 root_dir
- 개인이 원하는 경로 사용하면 됨
- c.NotebookApp.password
- 주피터에 접속하기 위해 패스워드 설정
- notebook 내부에 있는 passwd 함수를 이용해서 원하는 패스워드의 해쉬값 계산
- 아래 ‘argon2:—-‘을 복사
원격 서버에 주피터를 사용한다면, 아래 site에서 더 자세한 config를 참고
참고: https://jupyter-notebook.readthedocs.io/en/stable/config_overview.html
Ubuntu systemd 등록
- sudo 권한 필요
- /etc/systemd/system에 jupyter.service 파일 생성
Jupyter theme 설정
- jupyter theme 설치
- jt command 이용하여 theme 설치