From d0c682d8f31f7a5e3c8475e5bb6884a4ed3d3f27 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Sat, 6 Jul 2019 16:44:43 +0200 Subject: [PATCH] Fix gridstack template --- .../gridstack/nbconvert_templates/voila.tpl | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/share/jupyter/voila/templates/gridstack/nbconvert_templates/voila.tpl b/share/jupyter/voila/templates/gridstack/nbconvert_templates/voila.tpl index 3fe184e..89d88b9 100644 --- a/share/jupyter/voila/templates/gridstack/nbconvert_templates/voila.tpl +++ b/share/jupyter/voila/templates/gridstack/nbconvert_templates/voila.tpl @@ -1,6 +1,36 @@ {%- extends 'base.tpl' -%} {% from 'mathjax.tpl' import mathjax %} +{% block html_head_js %} + + + + + + + +{{ super() }} +{% endblock html_head_js%} + {% block html_head_css %} @@ -105,33 +135,3 @@ body { {% endblock codecell %} -{% block footer_js %} - - - - - - - -{{ super() }} - -{% endblock footer_js %}