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