Skip to content

Commit 0178a84

Browse files
support for hiding code cells
1 parent 4ff5776 commit 0178a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/nb.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{%- endblock header-%}
1313

1414
{% block input_group %}
15-
{%- if not cell.metadata.get('hide_code', True) -%}
15+
{%- if not cell.metadata.get('hide_code', False) -%}
1616
{{ super() }}
1717
{%- endif -%}
1818
{% endblock input_group %}

0 commit comments

Comments
 (0)