##// END OF EJS Templates
Merge pull request #8587 from minrk/template-string-types...
Merge pull request #8587 from minrk/template-string-types handle _template_path being unicode on py2

File last commit:

r21492:f7a42ccf
r21513:b16c2cae merge
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.3.0-dev";
IPython._target = '_blank';
return IPython;
});