Show More
@@ -199,8 +199,8 b' class NbConvertApp(BaseIPythonApplication):' | |||||
199 |
|
199 | |||
200 | @catch_config_error |
|
200 | @catch_config_error | |
201 | def initialize(self, argv=None): |
|
201 | def initialize(self, argv=None): | |
202 | super(NbConvertApp, self).initialize(argv) |
|
|||
203 | self.init_syspath() |
|
202 | self.init_syspath() | |
|
203 | super(NbConvertApp, self).initialize(argv) | |||
204 | self.init_notebooks() |
|
204 | self.init_notebooks() | |
205 | self.init_writer() |
|
205 | self.init_writer() | |
206 | self.init_postprocessor() |
|
206 | self.init_postprocessor() |
General Comments 0
You need to be logged in to leave comments.
Login now