type
Post
status
Published
date
Oct 2, 2022
slug
summary
支持亮色和暗色
tags
工具
技术
category
技术分享
icon
password
URL
Photo
前提准备
- 安装 jupyter
# pip 安装 pip install jupyter # anaconda 安装 conda install jupyter notebook
- 安装 jupyter-themes
# pip 安装 pip install jupyter-themes # anaconda 安装 conda install jupyter-themes
Light Mode
jt -t grade3 -f fira -fs 135 -tfs 135 -nfs 115 -cellw 85% -lineh 130 -cursc r -cursw 1 -altmd -altout -T -N -kl
Dark Mode
jt -t onedork -f fira -fs 100 -tfs 105 -nfs 105 -cellw 80% -m 130 -lineh 130 -cursc r -cursw 1 -altmd -altout -T -N -kl