品易云推流 关闭
文章详情页
文章 > Jupyter > 怎么放大jupyter的字体?

怎么放大jupyter的字体?

头像

yang

2020-02-10 11:49:538919浏览 · 0收藏 · 0评论

Jupyter的主题、字体的调整主要依靠一个插件:jupyterthemes。(推荐:jupyter使用教程

安装jupyterthemes的方法:

# 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

切换主题:

使用下面的命令

jt -l

来查看可用的主题:

设置新主题(以onedork为例)(-T的作用是显示Toolbar):

jt -t onedork -T

调整字体:

jt -fs 18

更多python知识请关注python视频教程

关注

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

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

底部广告图