##// END OF EJS Templates
emit valid html:...
emit valid html: Not closed div, <a> don't have alt but title, chrome frame has been closed for at least a year, IE shoudl use edge mode. div cannot embed span.

File last commit:

r18991:f2985dae
r19477:da58c6f3
Show More
namespace.js
9 lines | 233 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";
return IPython;
});