##// END OF EJS Templates
Unnecessary
Jonathan Frederic -
Show More
@@ -212,14 +212,8 b' class NbConvertApp(BaseIPythonApplication):'
212
212
213 # If nothing was converted successfully, help the user.
213 # If nothing was converted successfully, help the user.
214 if conversion_success == 0:
214 if conversion_success == 0:
215
216 # No notebooks were specified, show help.
217 if len(self.notebooks) == 0:
218 self.print_help()
215 self.print_help()
219
216
220 # Show how to access help.
221 print('For help, use "ipython nbconvert --help"')
222
223
217
224 #-----------------------------------------------------------------------------
218 #-----------------------------------------------------------------------------
225 # Main entry point
219 # Main entry point
General Comments 0
You need to be logged in to leave comments. Login now