【问题标题】:How do I increase the space on the input section on Jupyter Notebook? I cannot see anything on the very right of the input box如何增加 Jupyter Notebook 输入部分的空间?我在输入框的最右侧看不到任何内容
【发布时间】:2021-01-24 09:50:56
【问题描述】:

标题。

如下所示,我看不到代码行的最后。

enter image description here

【问题讨论】:

  • 您使用的是哪个版本的 jupyter?

标签: pandas jupyter


【解决方案1】:

要更改当前笔记本中单元格的宽度,只需输入

from IPython.core.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))

如建议by jjinking

如果这仍然不够,您可以通过转到

来减小字体大小
 .jupyter\custom\custom.css 

并按照 by James Draper 的建议更改字体大小

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-08-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-08-25
    • 1970-01-01
    • 2023-02-03
    相关资源
    最近更新 更多