File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
share/jupyter/voila/templates Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
</ head >
22
22
23
- < body data-base-url ="{{ base_url }}voila/ ">
23
+ < body data-base-url ="{{ base_url }}voila/ " data-voila =" voila " >
24
24
25
25
< noscript >
26
26
< div id ='noscript '>
Original file line number Diff line number Diff line change 58
58
{% - endblock html_head_js_mathjax -%}
59
59
60
60
{% block body_header %}
61
- <body data-base-url =" {{resources.base_url}}voila/" >
61
+ <body data-base-url =" {{resources.base_url}}voila/" data-voila = " voila " >
62
62
{{ spinner.html() }}
63
63
{{ voila_setup_helper_functions() }}
64
64
<div tabindex =" -1" id =" notebook" class =" border-box-sizing" >
Original file line number Diff line number Diff line change 59
59
{% - block body_header -%}
60
60
<link rel =" icon" href =" data:;base64,=" >
61
61
{% if resources .theme == 'dark' or resources .theme == 'JupyterLab Dark' %}
62
- <body class =" jp-Notebook theme-dark" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-light =" false" data-jp-theme-name =" JupyterLab Dark" >
62
+ <body class =" jp-Notebook theme-dark" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-light =" false" data-jp-theme-name =" JupyterLab Dark" data-voila = " voila " >
63
63
{% elif resources .theme == 'light' or resources .theme == 'JupyterLab Light' %}
64
- <body class =" jp-Notebook theme-light" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-light =" true" data-jp-theme-name =" JupyterLab Light" >
64
+ <body class =" jp-Notebook theme-light" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-light =" true" data-jp-theme-name =" JupyterLab Light" data-voila = " voila " >
65
65
{% else %}
66
- <body class =" jp-Notebook" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-name =" {{resources.theme}}" >
66
+ <body class =" jp-Notebook" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-name =" {{resources.theme}}" data-voila = " voila " >
67
67
{% endif %}
68
68
{{ spinner.html() }}
69
69
{{ voila_setup_helper_functions() }}
Original file line number Diff line number Diff line change 64
64
65
65
{% block body_header %}
66
66
{% if resources .theme == 'dark' %}
67
- <body class =" jp-Notebook" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-light =" false" data-jp-theme-name =" JupyterLab Dark" >
67
+ <body class =" jp-Notebook" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-light =" false" data-jp-theme-name =" JupyterLab Dark" data-voila = " voila " >
68
68
{% else %}
69
- <body class =" jp-Notebook" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-light =" true" data-jp-theme-name =" JupyterLab Light" >
69
+ <body class =" jp-Notebook" data-base-url =" {{resources.base_url}}voila/" data-jp-theme-light =" true" data-jp-theme-name =" JupyterLab Light" data-voila = " voila " >
70
70
{% endif %}
71
71
{{ spinner.html() }}
72
72
{{ voila_setup_helper_functions() }}
You can’t perform that action at this time.
0 commit comments