jupyter notebook 테마 (개인용)

    목차
반응형

1. jupyter 설치

`pip install "notebook<7"`

 

2. jupyter themes 설치

`pip install jupyter jupyterthemes`

 

3. 테마 설정

`jt -t grade3 -fs 11 -nfs 12 -cellw 80% -ofs 10 -dfs 10 -T -N -kl`

 

4. css 파일 수정

`~/.jupyter/custom/custom.css` - `div#maintoolbar`의 `position: absolute;` 지우기

 

728x90
반응형