Show More
@@ -43,8 +43,8 b' class ExtensionMagics(Magics):' | |||||
43 | -n filename : Specify a name for the file, rather than taking it from |
|
43 | -n filename : Specify a name for the file, rather than taking it from | |
44 | the URL. |
|
44 | the URL. | |
45 | """ |
|
45 | """ | |
46 |
warn("%install_ext` is deprecated, please distribute your extension |
|
46 | warn("%install_ext` is deprecated, please distribute your extension " | |
47 |
"as a python package |
|
47 | "as a python package.", UserWarning) | |
48 | opts, args = self.parse_options(parameter_s, 'n:') |
|
48 | opts, args = self.parse_options(parameter_s, 'n:') | |
49 | try: |
|
49 | try: | |
50 | filename = self.shell.extension_manager.install_extension(args, |
|
50 | filename = self.shell.extension_manager.install_extension(args, |
General Comments 0
You need to be logged in to leave comments.
Login now