##// END OF EJS Templates
Update subcommand alias for installing nbextensions...
Thomas Kluyver -
Show More
@@ -239,7 +239,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):'
239 ),
239 ),
240 )
240 )
241 subcommands['install-nbextension'] = (
241 subcommands['install-nbextension'] = (
242 "notebook.nbextensions.NBExtensionApp",
242 "notebook.nbextensions.InstallNBExtensionApp",
243 "DEPRECATED: Install Jupyter notebook extension files"
243 "DEPRECATED: Install Jupyter notebook extension files"
244 )
244 )
245
245
General Comments 0
You need to be logged in to leave comments. Login now