##// END OF EJS Templates
last commit did not include nbconvert.py change to not reread the file -- adding now
Jonathan Taylor -
Show More
@@ -182,6 +182,7 b' class Converter(object):'
182 182
183 183 def render(self):
184 184 "read, convert, and save self.infile"
185 if not hasattr(self, 'nb'):
185 186 self.read()
186 187 self.output = self.convert()
187 188 return self.save()
General Comments 0
You need to be logged in to leave comments. Login now