Show More
@@ -207,7 +207,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):' | |||||
207 | ] |
|
207 | ] | |
208 |
|
208 | |||
209 | subcommands = dict( |
|
209 | subcommands = dict( | |
210 |
qtconsole=('jupyter_qtconsole.console.qtconsoleapp. |
|
210 | qtconsole=('jupyter_qtconsole.console.qtconsoleapp.JupyterQtConsoleApp', | |
211 | """DEPRECATD: Launch the Jupyter Qt Console.""" |
|
211 | """DEPRECATD: Launch the Jupyter Qt Console.""" | |
212 | ), |
|
212 | ), | |
213 | notebook=('jupyter_notebook.notebookapp.NotebookApp', |
|
213 | notebook=('jupyter_notebook.notebookapp.NotebookApp', |
General Comments 0
You need to be logged in to leave comments.
Login now