##// END OF EJS Templates
github stats for 3.0rc1
github stats for 3.0rc1

File last commit:

r20326:d4bce0e2
r20437:a2cda4fb
Show More
namespace.js
10 lines | 265 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-dev";
IPython._target = '_blank';
return IPython;
});