Convert Jupyter Notebook to other formats.
Selectively hide cells #
Apply tags to cells.
With proper tags, cells can be selectively hidden on conversion to other format using nbconvert
.
jupyter nbconvert --to html --TagRemovePreprocessor.remove_cell_tags='{"<tag name>}' <notebook>.ipynb