##// END OF EJS Templates
typo
MinRK -
Show More
@@ -252,7 +252,7 b' class TerminalIPythonApp(BaseIPythonApplication, InteractiveShellApp):'
252 trust=('IPython.nbformat.sign.TrustNotebookApp',
252 trust=('IPython.nbformat.sign.TrustNotebookApp',
253 "Sign notebooks to trust their potentially unsafe contents at load."
253 "Sign notebooks to trust their potentially unsafe contents at load."
254 ),
254 ),
255 ))
255 )
256 subcommands['install-nbextension'] = (
256 subcommands['install-nbextension'] = (
257 "IPython.html.nbextensions.NBExtensionApp",
257 "IPython.html.nbextensions.NBExtensionApp",
258 "Install IPython notebook extension files"
258 "Install IPython notebook extension files"
General Comments 0
You need to be logged in to leave comments. Login now