##// END OF EJS Templates
Don't use tokenutil in v4 msgspec adapter...
Don't use tokenutil in v4 msgspec adapter reimplement javascript token logic from IPython 2, instead. Avoids jupyter_client dependency on tokenutil, which should stay with IPython.

File last commit:

r20761:1c4ff331
r21086:4fcc05c3
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 = "4.0.0-dev";
IPython._target = '_blank';
return IPython;
});