##// END OF EJS Templates
Simplify code by using Promises in a better way; try_load -> load
Simplify code by using Promises in a better way; try_load -> load

File last commit:

r17191:2778607f
r18887:94ab07f6
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;
});