Files
vac.dev/_includes/interactive-post-header.html
2020-04-20 20:46:25 +02:00

27 lines
517 B
HTML

<style>
.cell.nbinteract-left {
width: 50%;
float: left;
}
.cell.nbinteract-right {
width: 50%;
float: right;
}
.cell.nbinteract-hide_in > .input {
display: none;
}
.cell.nbinteract-hide_out > .output_wrapper {
display: none;
}
.cell:after {
content: "";
display: table;
clear: both;
}
div.output_subarea {
max-width: initial;
}
.jp-OutputPrompt {
display: none;
}
</style>