【发布时间】:2019-03-26 15:09:17
【问题描述】:
我在 ipython 单元(python 内核)中有以下代码:
from IPython.display import display, HTML
display(HTML("<style>.container { width:100% !important; }</style>"))
这样,当我导出到 html 时,笔记本会占据 html 的整个宽度。
除了 r 内核 ipython 笔记本之外,还有其他等价物吗?
感谢您的帮助!
【问题讨论】:
标签: html r ipython width display