diff --git a/applications/jupyterlab/overrides/index.html b/applications/jupyterlab/overrides/index.html index f8fee6e8..7d8cf46a 100644 --- a/applications/jupyterlab/overrides/index.html +++ b/applications/jupyterlab/overrides/index.html @@ -1,9 +1,12 @@ -JupyterLab{# Copy so we do not modify the page_config with updates. #} {% set page_config_full = page_config.copy() %} {# Set a dummy variable - we just want the side effect of the update. #} {% set _ = page_config_full.update(baseUrl=base_url, wsUrl=ws_url) %}{% block favicon %}{% endblock %} +JupyterLab{# Copy so we do not modify the page_config with updates. #} {% set page_config_full = page_config.copy() %} {# Set a dummy variable - we just want the side effect of the update. #} {% set _ = page_config_full.update(baseUrl=base_url, wsUrl=ws_url) %}{% block favicon %}{% endblock %} {% if custom_css %}{% endif %} - + + + +