CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download

Python Data Science Handbook

Views: 92746
1
{
2
max-width: 700px;
3
}
4
5
.text_cell .prompt {
6
display: none;
7
}
8
9
div.cell {
10
padding: 0;
11
}
12
13
div.text_cell_render {
14
padding: 0;
15
}
16
17
div.prompt {
18
font-size: 13px;
19
}
20
21
div.input_prompt {
22
padding: .7em 0.2em;
23
}
24
25
div.output_prompt {
26
padding: .4em .2em;
27
}
28
29
div.input_area {
30
margin: .2em 0.4em;
31
max-width: 580px;
32
}
33
34
table.dataframe {
35
font-family: Arial, sans-serif;
36
font-size: 13px;
37
line-height: 20px;
38
}
39
40
table.dataframe th, td {
41
padding: 4px;
42
text-align: left;
43
}
44
45
pre code {
46
background-color: inherit;
47
}
48
49