不懂放大jupyter的字体?其实想解决这个问题也不难,下面让小编带着大家一起学习怎么去解决,希望大家阅读完这篇文章后大所收获。
Jupyter的主题、字体的调整主要依靠一个插件:jupyterthemes。
安装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
感谢你能够认真阅读完这篇文章,希望小编分享放大jupyter的字体内容对大家有帮助,同时也希望大家多多支持天达云,关注天达云行业资讯频道,遇到问题就找天达云,详细的解决方法等着你来学习!