partial.html 503 B

123456789101112
  1. <script id="jupyter-config-data" type="application/json">{
  2. {% for key, value in page_config.items() -%}
  3. "{{ key }}": "{{ value }}",
  4. {% endfor -%}
  5. "baseUrl": "{{ base_url }}",
  6. "wsUrl": "{{ ws_url }}"
  7. }</script>
  8. {% block favicon %}
  9. <link rel="icon" type="image/x-icon" href="{{ base_url }}static/base/images/favicon.ico" class="idle favicon">
  10. <link rel="" type="image/x-icon" href="{{ base_url }}static/base/images/favicon-busy-1.ico" class="busy favicon">
  11. {% endblock %}