Show More
@@ -102,7 +102,7 b' class NbconvertApp(Application):' | |||||
102 | os.mkdir(out_root) |
|
102 | os.mkdir(out_root) | |
103 | for key in keys: |
|
103 | for key in keys: | |
104 | if self.write: |
|
104 | if self.write: | |
105 | with io.open(os.path.join(out_root,key),'wb') as f: |
|
105 | with io.open(os.path.join(out_root+'_files',key),'wb') as f: | |
106 | print(' writing to ',os.path.join(out_root,key)) |
|
106 | print(' writing to ',os.path.join(out_root,key)) | |
107 | f.write(resources[key]) |
|
107 | f.write(resources[key]) | |
108 | if self.stdout: |
|
108 | if self.stdout: |
General Comments 0
You need to be logged in to leave comments.
Login now