##// END OF EJS Templates
Backport PR #8268: Handle comm messages in execute preprocessor...
Backport PR #8268: Handle comm messages in execute preprocessor Fixes #8264

File last commit:

r21128:cbccb682
r21243:2890de69
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.1.0";
IPython._target = '_blank';
return IPython;
});