• 技术文章 >常用工具 >Jupyter

    怎么调节jupyter字体大小

    FXLFXL2020-01-17 16:29:07原创7066

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

    专题推荐:调节 jupyter 字体 大小
    品易云
    上一篇:怎么在cmd里打开jupyter 下一篇:怎么让jupyter计时

    相关文章推荐

    • 怎么在cmd里打开jupyter

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网