/* 调整左侧边栏宽度, 默认为 25%*/
.bd-sidebar-primary {
    width: 20%;
}

/* 避免输出区域过长，设置最大高度 20行并显示滚动条 */
.cell_output {
    max-height: 33em; 
    overflow-y: auto;
}
