- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
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
'Python' 카테고리의 다른 글
matplotlib 한글폰트 사용하기 (2) | 2019.03.31 |
---|---|
jupyter notebook 커스터마이징 (1) | 2019.03.31 |
Python for Econometrics (0) | 2018.06.13 |
python 프로그램 redirect 시 파일 쓰기 지연의 해결책 (1) | 2018.01.26 |
MIT 6.00 컴퓨터 공학과 프로그래밍(Python) 오픈 코스 (0) | 2016.12.06 |