Jupyter notebook 테마(theme) 적용하기
아래는 양재동 코드랩 수강 시 조대연 강사님이 제공해 주신 자료입니다.
Jupyter 노트북 테마 적용하기
http://haanjack.github.io/tool/2016/03/08/jupyter-theme.html
dunovank/jupyter-themes 적용함 @ https://goo.gl/g5Mzsi
1) pip install --upgrade jupyterthemes
2) Command Line Usage 조합으로 테마조정
-> 현재 적용된 테마 :
jt -t grade3 -T -N -f bitstream -fs 10 -nf opensans -nfs 11 -tf robotosans -tfs 10 -cellw 1140 -lineh 150
- 테마 : grade3
- 툴바 & 제목바 보임 : T & N
- 코드 폰트 (입력 & 출력) : bitstream & 10 (f, fs)
- 노트북 폰트 (메인화면, 상단 제목 bar 및 메뉴 bar) : opensans 11 (nf, nfs)
- 마크다운 폰트 : robotosans 10 (tf, tfs)
- cell 너비 : 1140
- line height : 150
-> 어두운 색으로 변경하려면 onedork or oceans16 or monokai
jt -t onedork -T -N -f bitstream -fs 10 -nf opensans -nfs 11 -tf robotosans -tfs 10 -cellw 1140 -lineh 150
-> 밝은 색으로 변경하려면 solarizedl or grade3
jt -t solarizedl -T -N -f bitstream -fs 10 -nf opensans -nfs 11 -tf robotosans -tfs 10 -cellw 1140 -lineh 150
jt -t grade3 -T -N -f bitstream -fs 10 -nf opensans -nfs 11 -tf robotosans -tfs 10 -cellw 1140 -lineh 150