为了使它与jupyter(版本4.0.6)一起使用,我创建了以下内容~/.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;}