##// END OF EJS Templates
Merge pull request #8583 from takluyver/subcmd-nbextension-install...
Min RK -
r21503:906c0f94 merge
parent child Browse files
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