欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Jupyter Notebook样式修改

程序员文章站 2024-03-22 13:38:40
...

Jupyter Notebook更换主题

每次我们打开jupyter的时候都是一样的主题,一样的界面,不免有些单调,所以本文主要帮助大家修改jupyter的主题。

安装

首先,我们需要安装一个工具包

pip install jupyterthemes

安装完之后我们就可以尝试这修改主题了

切换主题

cl options arg default
Usage help -h
List Themes -l
Theme Name to Install -t
Code Font -f
Code Font-Size -fs 11
Notebook Font -nf
Notebook Font Size -nfs 13
Text/MD Cell Font -tf
Text/MD Cell Fontsize -tfs 13
Pandas DF Fontsize -dfs 9
Output Area Fontsize -ofs 8.5
Mathjax Fontsize (%) -mathfs 100
Intro Page Margins -m auto
Cell Width -cellw 980
Line Height -lineh 170
Cursor Width -cursw 2
Cursor Color -cursc
Alt Prompt Layout -altp
Alt Markdown BG Color -altmd
Alt Output BG Color -altout
Style Vim NBExt* -vim
Toolbar Visible -T
Name & Logo Visible -N
Kernel Logo Visible -kl
Reset Default Theme -r
Force Default Fonts -dfonts

打开命令行工具

> jt -l  # 列出可用的主题名称

"""
Available Themes:
   chesterish
   grade3
   gruvboxd
   gruvboxl
   monokai
   oceans16
   onedork
   solarizedd
   solarizedl
"""

切换主题

jt -t 主题名

恢复默认

Jt -r

各主题样式

Oceans16
Jupyter Notebook样式修改

One dork

Jupyter Notebook样式修改

Chesterish

Jupyter Notebook样式修改

Grade3

Jupyter Notebook样式修改

GitHub项目

相关标签: 量化分析