I am trying to get hidden input cells to persist with nbconvert --to html. The documentation in readme could use more detail. As it is, I can't get to where I need to go.
The readme for hide_input states
To export a notebook with hidden cells using nbconvert, you need to add a custom template and a custom filter:
- It would be nice to have an example of the custom template.
- Can I put the custom template in the same location as the .ipynb file?
- Where is the custom filter placed? Does it go in the template or in the jupyter notebook or in a .py?
- Can you provide a sample nbconvert command that utilizes the custom template?
I am trying to get hidden input cells to persist with nbconvert --to html. The documentation in readme could use more detail. As it is, I can't get to where I need to go.
The readme for hide_input states
To export a notebook with hidden cells using nbconvert, you need to add a custom template and a custom filter: