##// END OF EJS Templates
Fix wording of install-nbextension command help...
Jason Grout -
Show More
@@ -293,9 +293,9 b' class NBExtensionApp(BaseIPythonApplication):'
293
293
294 Usage
294 Usage
295
295
296 ipython install-nbextension [file, folder, archive, or url]
296 ipython install-nbextension path/url
297
297
298 This copies a file and/or a folder into the IPython nbextensions directory.
298 This copies a file or a folder into the IPython nbextensions directory.
299 If a URL is given, it will be downloaded.
299 If a URL is given, it will be downloaded.
300 If an archive is given, it will be extracted into nbextensions.
300 If an archive is given, it will be extracted into nbextensions.
301 If the requested files are already up to date, no action is taken
301 If the requested files are already up to date, no action is taken
General Comments 0
You need to be logged in to leave comments. Login now