jupyter notebook 피부 테마 변경 실현

5675 단어 jupyternotebook살결
jupyter 노트북 피부 테마 변경
영상 주소:https://www.bilibili.com/video/BV1Et4y1D7ru/
주 피 터 노트북 의 기본 테마 에 싫 증 이 났 습 니까?
주 피 터 노트북 의 화면 을 좀 더 크게 만 들 수 있 을 지 생각해 보 셨 나 요?
주 피 터 노트북 의 테 마 를 하루 에 바 꾸 시 겠 습 니까?
想要
Jupyterthemes 가 있 으 면 할 수 있어 요!
我可以
jupyterthemes 다운로드
저 희 는 pip 를 통 해 Jupyterthemes 를 설치 할 수 있 습 니 다.

pip install jupyterthemes
다음 명령 을 통 해 Jupyterthemes 를 최신 버 전 으로 업데이트 할 수도 있 습 니 다.

pip install --upgrade jupyterthemes
Jupyterthemes 사용 하기
그러면 다운로드 가 완료 되면 터미널 에서 사용 할 수 있 습 니 다. jupyter-theme 명령 으로 notebook 테 마 를 변경 합 니 다.

jupyter-theme -h #   jupyter-theme     
당신 도 통과 할 수 있 습 니 다. jupyter-theme 명령 약자 jt 사용 하 다

jt -h #   jupyter-theme     
게 으 름 은 프로그래머 의 기본 미덕 이기 때문에 두 번 째 방식 을 강력 히 추천 합 니 다.
jupyter-theme 매개 변수 상세 설명
기능 소개
옵션 매개 변수
기본 값
도움말 문서 보기
-h
--
모든 피부 콘 셉 트 를 보 여 드릴 게 요.
-l
--
설 치 된 테마 설정
-t
--
코드 글꼴 스타일 설정
-f
--
코드 글꼴 크기 설정
-fs
11
노트북 글꼴 스타일 설정
-nf
--
노트북 의 글꼴 크기 설정
-nfs
13
text/md 의 cell 글꼴 스타일 설정
-tf
--
text/md 의 cell 글꼴 크기 설정
-tfs
13
Pandas 의 DataFrame 글꼴 크기 설정
-dfs
9
출력 영역의 글꼴 크기 설정
-ofs
8.5
Mathjax 글꼴 크기 설정(%)
-mathfs
100
페이지 여백 설정
-m
auto
Cell 너비 설정
-cellw
980
줄 높이 설정
-lineh
170
커서 너비 설정
-cursw
2
커서 색상 설정
-cursc
--
Alt Prompt Layout
-altp
--
Alt Markdown BG Color
-altmd
--
Alt Output BG Color
-altout
--
Style Vim NBExt*
-vim
--
도구 모음 을 볼 수 있 는 지 여부
-T
--
파일 이름과 로고 가 보 이 는 지 여부
-N
--
커 널 의 로고 가 보 이 는 지 여부
-kl
--
기본 notebook 테마 로 초기 화
-r
--
기본 글꼴 로 초기 화
-dfonts
--
codecells 의 선택 가능 한 글꼴 스타일
-f arg
Monospace Font
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
ptmono
PT Mono
ubuntu
Ubuntu Mono
notebook 과 text/md cells 의 선택 가능 한 글꼴 스타일
Sans-Serif Fonts
-nf/-tf arg
Sans-Serif Font
opensans
Open Sans
droidsans
Droid Sans
exosans
Exo_2
latosans
Lato
ptsans
PT Sans
robotosans
Roboto
sourcesans
Source Sans Pro
Serif Fonts
-nf/-tf arg
Serif Font
loraserif
Lora
ptserif
PT Serif
georgiaserif
Georgia
cardoserif
Cardo
crimsonserif
Crimson Text
ebserif
EB Garamond
merriserif
Merriweather
neutonserif
Neuton
goudyserif
Sorts Mill Goudy
jupyter-theme 사용 예시

#         
# chesterish | grade3 | gruvboxd | gruvboxl | monokai | oceans16 | onedork | solarizedd | solarizedl
jt -l

#     grade3  
#     notebook         ,        ,              
jt -t grade3

#   notebook   ,     
jt -r

#             
jt -t monokai -T -N

#   notebook   text/md cells     ,        
#         pt
jt -t oceans16 -tf merriserif -tfs 10 -nf ptsans -nfs 13

#   cell      
#             
jt -t chesterish -cellw 90% -lineh 170

#     px   cell   ,   860px
jt -t solarizedd -cellw 860

#         ,        5px
#       b (blue), o (orange), r (red), p (purple), g (green), x (font color)
jt -t solarizedl -cursc r -cursw 5
jupyter-theme 테마 일람 사용 가능
기본 테마
default
chesterish
chesterish
grade3
grade3
gruvboxd
gruvboxd
gruvboxl
gruvboxl
monokai
monokai
oceans16
oceans16
onedork
onedork
solarizedd
solarizedd
solarizedl
solarizedl
주 피 터 노트북 의 피부 교체 주제 실현 에 관 한 이 글 은 여기까지 소개 되 었 습 니 다.주 피 터 노트북 의 피부 교체 내용 에 대해 서 는 이전 글 을 검색 하거나 아래 글 을 계속 읽 어 주시 기 바 랍 니 다.앞으로 도 많은 응원 부 탁 드 리 겠 습 니 다!

좋은 웹페이지 즐겨찾기