##// END OF EJS Templates
Fix class name for launching 'ipython qtconsole'
Thomas Kluyver -
Show More
@@ -207,7 +207,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):'
207 207 ]
208 208
209 209 subcommands = dict(
210 qtconsole=('jupyter_qtconsole.console.qtconsoleapp.IPythonQtConsoleApp',
210 qtconsole=('jupyter_qtconsole.console.qtconsoleapp.JupyterQtConsoleApp',
211 211 """DEPRECATD: Launch the Jupyter Qt Console."""
212 212 ),
213 213 notebook=('jupyter_notebook.notebookapp.NotebookApp',
General Comments 0
You need to be logged in to leave comments. Login now