Hey,
For me hiding the cell's input but not the output did not work.
nbconvert 5.5.0
nbformat 4.4.0
nbsphinx 0.4.2
Always the input AND the output was hidden. When I move the
{%- if cell.metadata.nbsphinx != 'hidden' %}
line into the {% block input -%} it works.
However, in some cases it might make sense to hide both.
Is it possible to introduce a tag like "hide_input", "hide_output" and "hide"?
Please let me know if you are not able to reproduce the hide behaviour I had.
Julian
Hey,
For me hiding the cell's input but not the output did not work.
nbconvert 5.5.0
nbformat 4.4.0
nbsphinx 0.4.2
Always the input AND the output was hidden. When I move the
{%- if cell.metadata.nbsphinx != 'hidden' %}
line into the {% block input -%} it works.
However, in some cases it might make sense to hide both.
Is it possible to introduce a tag like "hide_input", "hide_output" and "hide"?
Please let me know if you are not able to reproduce the hide behaviour I had.
Julian