From 37aa8ffad09a9476148c82cd78c5d3a8aa787ccc 2013-10-17 21:07:50 From: Zachary Sailer Date: 2013-10-17 21:07:50 Subject: [PATCH] manual rebase html notebook templates --- diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index 0ee4706..9a3adce 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -24,7 +24,8 @@ window.mathjax_url = "{{mathjax_url}}"; data-project={{project}} data-base-project-url={{base_project_url}} data-base-kernel-url={{base_kernel_url}} -data-notebook-id={{notebook_id}} +data-notebook-name={{notebook_name}} +data-notebook-path={{notebook_path}} class="notebook_app" {% endblock %} @@ -85,11 +86,11 @@ class="notebook_app"