##// END OF EJS Templates
don't use nbformat.current in IPython.html...
don't use nbformat.current in IPython.html use top-level nbformat.read/write, v4 directly for compose

File last commit:

r17191:2778607f
r18607:973d7344
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;
});