diff --git a/IPython/frontend/terminal/ipapp.py b/IPython/frontend/terminal/ipapp.py index 78977c3..f8eff21 100755 --- a/IPython/frontend/terminal/ipapp.py +++ b/IPython/frontend/terminal/ipapp.py @@ -205,7 +205,11 @@ class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp): """Launch the IPython Qt Console.""" ), profile = ("IPython.core.profileapp.ProfileApp", - "Create and manage IPython profiles.") + "Create and manage IPython profiles." + ), + kernel = ("IPython.zmq.ipkernel.IPKernelApp", + "Start a kernel without an attached frontend." + ), )) # *do* autocreate requested profile, but don't create the config file.