master
/ .localenv / lib / python3.5 / site-packages / nbconvert / templates / script.tpl

script.tpl @master raw · history · blame

1
2
3
4
5
{%- extends 'null.tpl' -%}

{% block input %}
{{ cell.source }}
{% endblock input %}