##// END OF EJS Templates
generate `ipython console` config file...
Min RK -
Show More
@@ -262,6 +262,7 b' class ProfileCreate(BaseIPythonApplication):'
262 262 apps = [TerminalIPythonApp]
263 263 for app_path in (
264 264 'IPython.kernel.zmq.kernelapp.IPKernelApp',
265 'IPython.terminal.console.app.ZMQTerminalIPythonApp',
265 266 'IPython.qt.console.qtconsoleapp.IPythonQtConsoleApp',
266 267 'IPython.html.notebookapp.NotebookApp',
267 268 'IPython.nbconvert.nbconvertapp.NbConvertApp',
General Comments 0
You need to be logged in to leave comments. Login now