##// END OF EJS Templates
mention that `ipython notebook --pylab` will be disabled
mention that `ipython notebook --pylab` will be disabled

File last commit:

r14047:4ea9487b
r14172:9fbfb473
Show More
subslides.tpl
14 lines | 307 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_internals/reveal_cells.tpl' -%}
{%- block any_cell scoped -%}
{%- if cell.metadata.slide_type in ['subslide'] -%}
<section>
{%- endif -%}
{{ super() }}
{%- if cell.metadata.slide_helper in ['subslide_end'] -%}
</section>
{%- endif -%}
{%- endblock any_cell -%}