Contents
-
{% for chunk in chunks %}
- {% if chunk.title is not none %} {{ chunk.title }} {% else %} Chunk {{ chunk.number }} {% endif %} {% endfor %}
{% if chunk.title is not none %}
{% endfor %}
{{ chunk.title }}
{% endif %}In [{{ chunk.number }}]
{{ chunk.in|e }}
Out [{{ chunk.number }}]
{% if chunk.html %} {% elif chunk.markdown %} {{ markdown(chunk.out) }} {% else %}{{ chunk.out|e }}
{% endif %}