How to hide one specific cell (input or output) in IPython Notebook?

后端 未结 10 1512
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 21:53

Is there a way to selectively hide one specific input or output cell in IPython notebook?

I could only find the below code to show / hide all input cells.

h

10条回答
  •  旧巷少年郎
    2020-11-29 22:16

    In case anyone finds excluding all code cells helpful (which is not what is asked here), you can add this flag nbconvert --TemplateExporter.exclude_code_cell=True

提交回复
热议问题