##// END OF EJS Templates
Update custom.js...
Update custom.js Explain different semantics required for instances versus functions or classes. Based on comments of @minrk in #5985.

File last commit:

r17191:2778607f
r17548:750b9b2d
Show More
namespace.js
8 lines | 215 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
IPython.version = "3.0.0-dev";
return IPython;
});