Show More
@@ -202,7 +202,7 b' class BaseIPythonApplication(Application):' | |||||
202 | import time |
|
202 | import time | |
203 | self.log.warning("Subcommand `ipython {sub}` is deprecated and will be removed " |
|
203 | self.log.warning("Subcommand `ipython {sub}` is deprecated and will be removed " | |
204 | "in future versions.".format(sub=subc)) |
|
204 | "in future versions.".format(sub=subc)) | |
205 |
self.log.warning("You likely want to use `jupyter {sub}` |
|
205 | self.log.warning("You likely want to use `jupyter {sub}` in the " | |
206 | "future".format(sub=subc)) |
|
206 | "future".format(sub=subc)) | |
207 | return super(BaseIPythonApplication, self).initialize_subcommand(subc, argv) |
|
207 | return super(BaseIPythonApplication, self).initialize_subcommand(subc, argv) | |
208 |
|
208 |
General Comments 0
You need to be logged in to leave comments.
Login now