/
Alex_Ural
/
PythonDataScienceHandbook
Обзор
Документация
Войти
/
Alex_Ural
/
PythonDataScienceHandbook
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
website/theme/templates/ipynb.css
47 строк
552 B
Jake VanderPlas
add website framework
15 авг 2017, 19:14
15 авг 2017, 19:14
12a9c39
Код
Авторство
О чём код?
{ max-width: 700px; } .text_cell .prompt { display: none; } div.cell { padding: 0; } div.text_cell_render { padding: 0; } div.prompt { font-size: 13px; } div.input_prompt { padding: .7em 0.2em; } div.output_prompt { padding: .4em .2em; } div.input_area { margin: .2em 0.4em; max-width: 580px; } table.dataframe { font-family: Arial, sans-serif; font-size: 13px; line-height: 20px; } table.dataframe th, td { padding: 4px; text-align: left; } pre code { background-color: inherit; }