当前位置:首页 > 云计算 > 正文内容

怎么放大jupyter的字体?

2022-05-04 03:17:41云计算2

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

安装jupyterthemes的方法:

#KillandexittheNotebookserver
#Makesureyouareinthebasecondaenvironment
condaactivatebase#installjupyterthemes
pipinstalljupyterthemes

#upgradetolatestversion
pipinstall--upgradejupyterthemes

切换主题:

使用下面的命令

jt-l

来查看可用的主题:

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

jt-tonedork-T

调整字体:

jt-fs18

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

本网站文章仅供交流学习 ,不作为商用, 版权归属原作者,部分文章推送时未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知,我们将立即删除.

本文链接:https://www.xibujisuan.cn/11969.html

标签: Python