Show More
@@ -205,7 +205,11 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):' | |||||
205 | """Launch the IPython Qt Console.""" |
|
205 | """Launch the IPython Qt Console.""" | |
206 | ), |
|
206 | ), | |
207 | profile = ("IPython.core.profileapp.ProfileApp", |
|
207 | profile = ("IPython.core.profileapp.ProfileApp", | |
208 |
"Create and manage IPython profiles." |
|
208 | "Create and manage IPython profiles." | |
|
209 | ), | |||
|
210 | kernel = ("IPython.zmq.ipkernel.IPKernelApp", | |||
|
211 | "Start a kernel without an attached frontend." | |||
|
212 | ), | |||
209 | )) |
|
213 | )) | |
210 |
|
214 | |||
211 | # *do* autocreate requested profile, but don't create the config file. |
|
215 | # *do* autocreate requested profile, but don't create the config file. |
General Comments 0
You need to be logged in to leave comments.
Login now