##// END OF EJS Templates
release 3.2.0
release 3.2.0

File last commit:

r21491:8b0eef4c
r21491:8b0eef4c
Show More
namespace.js
10 lines | 261 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.2.0";
IPython._target = '_blank';
return IPython;
});