Combine 'toc' and 'hide input' when using nbconvert html export
问题 I would like to export my Jupyter notebook to html displaying the table of contents (toc2) AND hiding the input cells at the same time in the export. I use a template to hide the code (https://github.com/ihuston/jupyter-hide-code-html), which works fine for itself. For displaying the table of contents I run the command jupyter nbconvert --to html_toc FILE.ipynb , which works as well. As soon as I try to combine both by jupyter nbconvert --to html_toc --template HIDE_CELL FILE.ipynb , only