如何在浏览器中增加JupyterLab的输出宽度?

时间:2018-08-21 13:16:10

标签: python ipython jupyter-notebook jupyter jupyter-lab

在原始的Jupyter笔记本中,可以使用以下命令来增加单元输出宽度:

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

在JupyterLab中,以上命令无效,但我仍想扩展单元格的输出宽度。

谢谢!

*已于18/9/29重新测试,此功能现在似乎可以使用。

0 个答案:

没有答案