##// END OF EJS Templates
prerelease 3.0.0b1
prerelease 3.0.0b1

File last commit:

r20281:ee6223ab
r20281:ee6223ab
Show More
namespace.js
9 lines | 232 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var IPython = IPython || {};
define([], function(){
"use strict";
IPython.version = "3.0.0-b1";
return IPython;
});