##// END OF EJS Templates
Merge pull request #7918 from minrk/session-send...
Merge pull request #7918 from minrk/session-send rev msg_id to avoid signature collisions

File last commit:

r20554:5f9d376a
r20603:3775964f 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.1.0-dev";
IPython._target = '_blank';
return IPython;
});