/* Set maximum output height for Jupyter notebooks */
.jp-OutputArea-output {
    max-height: 400px;
    overflow-y: auto;
}
