2015-09-27 91 views

回答

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; 
}