Jupyter Notebook 更改样式
程序员文章站
2022-06-07 13:52:12
...
样式文件位置:
- anaconda环境下:\Anaconda3\Lib\site-packages\notebook\static\components\codemirror\lib
- 虚拟环境下:\Anaconda3\envs\环境名字\Lib\sitepackages\notebook\static\components\codemirror\lib
更改样式块:
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
/* Reset some styles that the rest of the page might have set */
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
border-width: 0;
background: transparent;
font-family: Deja Vu Sans Mono;
font-size: 20px;
margin: 0;
white-space: pre;
word-wrap: normal;
line-height: 120%;
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
-webkit-tap-highlight-color: transparent;
-webkit-font-variant-ligatures: contextual;
font-variant-ligatures: contextual;
}
-
font-family:字体样式
最适合程序员编程的10款字体:https://www.cnblogs.com/navigator/archive/2011/09/14/2917685.html -
font-size:字体大小(使用xp或者%)
-
line-height:行高
推荐阅读
-
jupyter notebook中出现ValueError: signal only works in main thread 报错 即 长时间in[*] 解决办法
-
电脑鼠标箭头的样式在哪里更改?怎么更改?
-
anaconda 环境新建/删除/拷贝 jupyter notebook上使用python虚拟环境 TensorFlow
-
Android更改EditText下划线的颜色样式和动态获取输入的字数的代码教程
-
非线性函数的最小二乘拟合——兼论Jupyter notebook中使用公式 [原创]
-
AutoCAD2010如何更改标注样式?AutoCAD2010更改标注样式的方法
-
基于jupyter notebook的python编程(Win10通过OpenCv-3.4.1进行人脸口罩数据集的模型训练并进行戴口罩识别检测)
-
Jupyter notebook 创建、切换Anaconda(Python)虚拟环境
-
如何修改通过Anaconda安装的jupyter notebook的工作目录
-
Excel2010误差线是黑色的如何更改其样式如颜色、线型等