I am trying to hide a cell that contains code but still show my output when I save my notebook to html but when I run my code input and output get hidden. here is my code and the image:
code to save to html:
!jupyter nbconvert –to html –TagRemovePreprocessor.enabled=True –TagRemovePreprocessor.remove_cell_tags=[‘hide_input’] –template classic World_population1.ipynb
image code with “hide_input” tage:
enter image description here
I want only the code input to be hidden
Prince is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.