From 687d6917ca1579a83f4e26670ac2aec70bd089a2 2014-11-03 18:18:27 From: Thomas Kluyver Date: 2014-11-03 18:18:27 Subject: [PATCH] Page URL is /notebooks/..., not contents --- diff --git a/IPython/html/static/base/js/contents.js b/IPython/html/static/base/js/contents.js index 31a7d6c..13791a2 100644 --- a/IPython/html/static/base/js/contents.js +++ b/IPython/html/static/base/js/contents.js @@ -81,7 +81,7 @@ define([ window.open( utils.url_join_encode( base_url, - 'contents', + 'notebooks', path, notebook_name ),