怎么调节jupyter字体大小

1,281次阅读
没有评论

怎么调节jupyter字体大小

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教程

神龙|纯净稳定代理IP免费测试>>>>>>>>天启|企业级代理IP免费测试>>>>>>>>IPIPGO|全球住宅代理IP免费测试

相关文章:

版权声明:python工具2022-12-13发表,共计360字。
新手QQ群:570568346,欢迎进群讨论 Python51学习