答案 0 :(得分:0)
对于Jupyter笔记本服务器是4.2.1
更新~/.jupyter/custom/custom.css
以添加以下文字:
/* Make the notebook cells take almost all available width */
.container {
width: 99% !important;
}
/* Prevent the edit cell highlight box from getting clipped;
* important so that it also works when cell is in edit mode*/
div.cell.selected {
border-left-width: 1px !important;
}