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