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