我想在浏览器中增加ipython笔记本的宽度。我有一个高分辨率的屏幕,我想扩展单元格的宽度/大小以利用这个额外的空间。
谢谢!
编辑:5/2017
我现在使用jupyterthemes:https : //github.com/dunovank/jupyter-themes
和此命令:
jt -t oceans16 -f roboto -fs 12 -cellw 100%
可以将宽度设置为100%,并且主题很好。
np.set_printoptions(linewidth=110)
为我工作。