jupyterthemes 을 이용해서 주피터 노트북의 테마를 변경해봅시다.
깃허브 링크: https://github.com/dunovank/jupyter-themes
# pip 를 이용해 파이썬 패키지 jupyterthemes 를 설치합니다.
pip install jupyterthemes
chesterish
grade3
gruvboxd
gruvboxl
monokai
oceans16
onedork
solarizedd
solarizedl
# 변경 가능한 테마 리스트 확인
jt -l
# 변경
jt -t 변경할 테마 이름
전 다크모드가 필요했기 때문에 chesterish 사용합니다.
감사합니다. 눈이 아팠는데.