##// END OF EJS Templates
Use events for rename_notebook...
Use events for rename_notebook Triggers events on ContentManager.rename_notebook success and failure. Also moves some logic out of this method.

File last commit:

r17191:2778607f
r18634:cc052925
Show More
namespace.js
8 lines | 215 B | application/javascript | JavascriptLexer
Jonathan Frederic
Make page.html require.js friendly.
r17188 // Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
Jonathan Frederic
Fixed global IPython namespace.
r17191 var IPython = IPython || {};
Jonathan Frederic
Make page.html require.js friendly.
r17188 define([], function(){
IPython.version = "3.0.0-dev";
return IPython;
});