##// END OF EJS Templates
cross reference logfile/logappend....
cross reference logfile/logappend. This is confusing as the options might not be next to each other in help. Closes #8093

File last commit:

r20554:5f9d376a
r20754:bfac3779
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;
});