##// END OF EJS Templates
don't specify kernel profile in notebook...
don't specify kernel profile in notebook to have a kernel in a particular profile, create a kernelspec

File last commit:

r20761:1c4ff331
r20889:d9ef4cb9
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;
});