Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe56e77 commit cb7ff56Copy full SHA for cb7ff56
IPython/frontend/html/notebook/static/js/notebooklist.js
@@ -112,7 +112,7 @@ var IPython = (function (IPython) {
112
var new_item_name = $('<span/>').addClass('item_name');
113
new_item_name.append(
114
$('<a/>').
115
- attr('href', $('body').data('baseProjectURL')+notebook_id).
+ attr('href', $('body').data('baseProjectUrl')+notebook_id).
116
attr('target','_blank').
117
text(nbname)
118
);
0 commit comments