From ab4efc08a31a6680a7f5e97eb28d75ea26637fd2 2015-01-27 19:55:03 From: Jason Grout Date: 2015-01-27 19:55:03 Subject: [PATCH] Fix wording of install-nbextension command help Thanks to @takluyver for the review comment. --- diff --git a/IPython/html/nbextensions.py b/IPython/html/nbextensions.py index 8f3239c..651ed06 100644 --- a/IPython/html/nbextensions.py +++ b/IPython/html/nbextensions.py @@ -293,9 +293,9 @@ class NBExtensionApp(BaseIPythonApplication): Usage - ipython install-nbextension [file, folder, archive, or url] + ipython install-nbextension path/url - This copies a file and/or a folder into the IPython nbextensions directory. + This copies a file or a folder into the IPython nbextensions directory. If a URL is given, it will be downloaded. If an archive is given, it will be extracted into nbextensions. If the requested files are already up to date, no action is taken