Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d072e commit 259842bCopy full SHA for 259842b
IPython/core/magics/extension.py
@@ -43,8 +43,8 @@ def install_ext(self, parameter_s=''):
43
-n filename : Specify a name for the file, rather than taking it from
44
the URL.
45
"""
46
- warn("%install_ext` is deprecated, please distribute your extension(s)"
47
- "as a python packages.", UserWarning)
+ warn("%install_ext` is deprecated, please distribute your extension "
+ "as a python package.", UserWarning)
48
opts, args = self.parse_options(parameter_s, 'n:')
49
try:
50
filename = self.shell.extension_manager.install_extension(args,
0 commit comments