We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff5776 commit 0178a84Copy full SHA for 0178a84
doc/nb.tpl
@@ -12,7 +12,7 @@
12
{%- endblock header-%}
13
14
{% block input_group %}
15
- {%- if not cell.metadata.get('hide_code', True) -%}
+ {%- if not cell.metadata.get('hide_code', False) -%}
16
{{ super() }}
17
{%- endif -%}
18
{% endblock input_group %}
0 commit comments