【发布时间】:2020-09-07 11:58:53
【问题描述】:
以下命令将创建一个没有代码的 html 文件:
jupyter nbconvert inspect.ipynb --no-input --no-prompt
其中文件名为inspect.ipynb,上面的输出为inspect.html。
我想知道如何使 输出(不在 jupyter 实验室内)中的单元格宽度变宽。
【问题讨论】:
标签: python jupyter-notebook jupyter jupyter-lab