diff --git a/notebook/static/tree/js/notebooklist.js b/notebook/static/tree/js/notebooklist.js index f69e8b1a2..4690bc836 100644 --- a/notebook/static/tree/js/notebooklist.js +++ b/notebook/static/tree/js/notebooklist.js @@ -815,7 +815,7 @@ define([ filedata = btoa(bytes); format = 'base64'; } - var model = {}; + var model = { name: filename, path: path }; var name_and_ext = utils.splitext(filename); var file_ext = name_and_ext[1];