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
반응형
'데이터 분석 > jupyter' 카테고리의 다른 글
JupyterLab에서 Amazon Q Developer 사용하기 (0) | 2024.07.08 |
---|---|
anaconda 가상환경을 다른 드라이브에 설치하기 (0) | 2024.02.16 |
안 쓰면 손해인 Jupyter Nbextensions (0) | 2024.02.01 |
Jupyter Notebook 가상환경마다 바로가기 만들기 (0) | 2024.01.30 |