多语言展示
当前在线:472今日阅读:84今日分享:32

设置jupyter字体方法

Jupyter Notebook是一个交互式笔记本,支持多种语言,其中有Python。那么,如何设置jupyter字体?
工具/原料
1

jupyter

2

pip

3

Python

4

pycharm

5

截图工具

6

WPS

方法/步骤
1

打开cmd终端命令窗口,输入pip install jupyter,安装jupyter

2

接着使用pip install jupyterthemes命令安装主题

3

使用jupyter中的命令,查看可以使用的主题

4

可以直接使用jt命令设置字体,对背景主题进行设置

5

进入到Python安装路径,找到jupyterthemes

6

使用工具打开custom.css,修改里面的样式

总结

1、安装 jupyter2、安装主题3、设置字体4、查看样式5、添加样式END

注意事项
1

注意jupyter设置字体的方法

2

注意如何jupyter的使用方法

推荐信息