##// END OF EJS Templates
Update actions.js...
Update actions.js Added help for select- actions.

File last commit:

r20439:18f0eb2e
r20466:5128a8ee
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.0.0-dev";
IPython._target = '_blank';
return IPython;
});