##// END OF EJS Templates
Merge pull request #7695 from takluyver/dash-m-qtconsole...
Merge pull request #7695 from takluyver/dash-m-qtconsole Fix python -m IPython.qt.console

File last commit:

r20282:056c1dfe
r20357:8f8a562a merge
Show More
namespace.js
9 lines | 233 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";
return IPython;
});