make jupyter notebook eay t
notebook by xuestrange
Details
Authorxuestrange
LicenseNo License
Categoryjupyter notebook
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 127.0.0.1 - 3/17/2023, 9:42:49 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("http://127.0.0.1:8888/notebooks/"),
url-prefix("http://localhost:8888/notebooks/"),
url-prefix("http://127.0.0.1:8889/notebooks/"),
url-prefix("http://localhost:8889/notebooks/") {
/* markdown 渲染 */
/* div#notebook {
font-family: 'Georgia', 'pingfang sc';
font-size: 17px;
} */
/* markdown渲染 */
#notebook-container > div.cell.text_cell.rendered.selected {
line-height: 19pt;
font-family: 'Georgia', 'Pingfang sc';
font-size: 16px;
}
#notebook-container > div.cell.text_cell.rendered.unselected {
line-height: 19pt;
font-family: 'Georgia', 'Pingfang sc';
font-size: 16px;
}
/* code编辑 */
div.CodeMirror-lines {
font-family: 'Inconsolata nerd font', 'pingfang sc';
font-size: 16px;
line-height: 20px;
}
/* DataFrame */
.rendered_html table {
color: black;
font-size: 14px;
text-align: center;
font-family: 'Inconsolata nerd font', "pingfang sc";
}
/* In Out indicator */
.prompt {
text-align: right;
line-height: 1.21429em;
font-family: 'Inconsolata nerd font'
}
/* Output */
pre {
font-size: 16px;
font-family: 'Inconsolata nerd font', "pingfang sc";
/* font-weight: 450; */
line-height: inherit;
}
/* tooltip */
.ipython_tooltip {
font-size: 14px;
font-family: 'Inconsolata nerd font', "pingfang sc";
line-height: 34px;
}
/* autocomplete */
.completions select {
background: white;
font-family: 'Inconsolata nerd font', "pingfang sc";
}
div.output_subarea {
font-family: 'Inconsolata nerd font', "pingfang sc";
}
/* inline comment color */
.cm-s-ipython span.cm-comment {
color: #827d81;
}
/* 目录字号 */
#toc a,
#navigate_menu a,
.toc {
font-size: 17px;
}
/* .container {
width: 1350px;
} */
}