##// END OF EJS Templates
adding to test_kernels_api.py...
adding to test_kernels_api.py - Check all HTTP status code responses for requests - Test invalid kernel IDs - Check 'location' key in POST request to kernels

File last commit:

r11770:6b8a9d57
r13058:a391ba10
Show More
slides.tpl
16 lines | 327 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_internals/subslides.tpl' -%}
{%- block any_cell scoped -%}
{%- if cell.metadata.slide_type in ['slide'] -%}
<section>
<section>
{%- endif -%}
{{ super() }}
{%- if cell.metadata.slide_helper in ['slide_end'] -%}
</section>
</section>
{%- endif -%}
{%- endblock any_cell -%}