diff --git a/setup.py b/setup.py index 3d379ea..35a4bfe 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ 'packages': [], 'data_files': data_files, 'install_requires': [ - 'voila>=0.1.5,<0.2' + 'voila>=0.1.6,<0.2' ], 'author': 'QuantStack', 'author_email': 'info@quantstack.net', diff --git a/share/jupyter/voila/templates/gridstack/nbconvert_templates/voila.tpl b/share/jupyter/voila/templates/gridstack/nbconvert_templates/voila.tpl index 89d88b9..263f8d2 100644 --- a/share/jupyter/voila/templates/gridstack/nbconvert_templates/voila.tpl +++ b/share/jupyter/voila/templates/gridstack/nbconvert_templates/voila.tpl @@ -32,7 +32,7 @@ {% endblock html_head_js%} {% block html_head_css %} - + {% if resources.theme == 'dark' %} @@ -46,6 +46,8 @@ {% endfor %} + + {{ super() }}