##// 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
Jonathan Frederic
Make page.html require.js friendly.
r17188 // Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
Jonathan Frederic
Fixed global IPython namespace.
r17191 var IPython = IPython || {};
Jonathan Frederic
Make page.html require.js friendly.
r17188 define([], function(){
Matthias Bussonnier
Some cleanup unused code and missig use-strict
r18991 "use strict";
Min RK
back to dev
r20282 IPython.version = "3.0.0-dev";
Jonathan Frederic
Make page.html require.js friendly.
r17188 return IPython;
});