본문 바로가기

tip/개발 설정

jupyter notebook 블랙테마 설정

jupyter notebook을 사용하는데

까만 배경화면이 그립다면

1. window -> ananconda Powershell Prompt

그 외 (python 실행 커맨드 화면)

 

2. jupyter themes 설치

pip install jupyterthemes

 

 

3. 테마 적용

테마는 

이름 이미지
chesterish
grade3
gruvboxd
gruvboxl
monokai
oceans16
onedork
solarizedd
solarizedl

4. font 설정

font font name
anka Anka/Coder
anonymous Anonymous Pro
aurulent Aurulent Sans Mono
bitstream Bitstream Vera Sans Mono
bpmono BPmono
code Code New Roman
consolamono Consolamono
cousine Cousine
dejavu DejaVu Sans Mono
droidmono Droid Sans Mono
fira Fira Mono
firacode Fira Code
generic Generic Mono
hack Hack
hasklig Hasklig
inconsolata Inconsolata-g
inputmono Input Mono
iosevka Iosevka
liberation Liberation Mono
meslo Meslo
office Office Code Pro
oxygen Oxygen Mono
roboto Roboto Mono
saxmono saxMono
source Source Code Pro
sourcemed Source Code Pro Medium
sudovar Sudo Variable
ptmono PT Mono
ubuntu Ubuntu Mono

 

5. 명령어 실행

jt -t chesterish -f bitstream -fs 12

chesterish는 3 번에서 선택, bitstream은 4번에서 선택

fs 는 폰트 사이즈

6. 결과 확인

jupyter 노트북 새로고침 또는, jupyter 노트북을 다시 실행하면 테마가 적용되어 있는것을 확인할 수 있다.

 

조금 더 자세한 설정은 아래 링크에서 확인

https://github.com/dunovank/jupyter-themes

 

GitHub - dunovank/jupyter-themes: Custom Jupyter Notebook Themes

Custom Jupyter Notebook Themes. Contribute to dunovank/jupyter-themes development by creating an account on GitHub.

github.com

 

 

GitHub - dunovank/jupyter-themes: Custom Jupyter Notebook Themes

Custom Jupyter Notebook Themes. Contribute to dunovank/jupyter-themes development by creating an account on GitHub.

github.com