diff --git a/etc/jupyter/jupyter_server_config.d/voila.json b/etc/jupyter/jupyter_server_config.d/voila.json index ff38f42ff..7de60d1f5 100644 --- a/etc/jupyter/jupyter_server_config.d/voila.json +++ b/etc/jupyter/jupyter_server_config.d/voila.json @@ -1,7 +1,7 @@ { "ServerApp": { "jpserver_extensions": { - "voila.server_extension": true + "voila": true } } } diff --git a/setup.py b/setup.py index 57f8e76e7..260080d00 100644 --- a/setup.py +++ b/setup.py @@ -273,7 +273,7 @@ def get_data_files(): }, 'entry_points': { 'console_scripts': [ - 'voila = voila.app:main' + 'jupyter-voila = voila.app:main' ] }, 'install_requires': [ diff --git a/share/jupyter/voila/templates/default/nbconvert_templates/base.tpl b/share/jupyter/voila/templates/default/nbconvert_templates/base.tpl index 300223792..b431e5ab4 100644 --- a/share/jupyter/voila/templates/default/nbconvert_templates/base.tpl +++ b/share/jupyter/voila/templates/default/nbconvert_templates/base.tpl @@ -14,7 +14,7 @@ {%- block html_head_js -%} - +