S_W*_*eel 2 output jupyter-notebook
Jupyter笔记本中的单元输出在左侧被切断,这使最左边的输出变得模糊.供参考(我还不能发布图片):
https://imgur.com/gallery/rg759nN
知道如何解决这个问题吗?
编辑:感谢下面的兔子,问题似乎是由于使用Jupyter主题提供的备用主题
在Jupyter Themes github页面上找到了解决方案:
https://github.com/dunovank/jupyter-themes/issues/288
"在custom.css文件中,我通过更改div.out_prompt_overlay.prompt和div.out_prompt_overlay.prompt来修复它:hover的min-width和width值为11.5ex而不是原始的14.5ex."
或者我添加了填充:
div.output_area {
display: -webkit-box;
padding: 13px;
}
到chesterish.css文件(这是我正在使用的主题)并使用jupyter主题重新应用主题.
| 归档时间: |
|
| 查看次数: |
2916 次 |
| 最近记录: |