品易云推流 关闭
文章详情页
文章 > Jupyter > 怎么调节jupyter字体大小

怎么调节jupyter字体大小

头像

FXL

2020-01-17 16:29:077977浏览 · 0收藏 · 0评论

Jupyter的字体调整主要依靠一个插件:jupyterthemes。

具体方法:

1、安装插件

# Kill and exit the Notebook server
# Make sure you are in the base conda environment
conda activate base# install jupyterthemes
pip install jupyterthemes
 
# upgrade to latest version
pip install --upgrade jupyterthemes

2、调整字体

jt -fs 150

推荐标椎配置:

jt -t onedork -fs 95 -altp -tfs 11 -nfs 115 -cellw 88% -T

更多相关问题可以查看:jupyter教程

关注

关注公众号,随时随地在线学习

本教程部分素材来源于网络,版权问题联系站长!

底部广告图