Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 667c6bb

Browse files
committed
closes #7
1 parent eccc507 commit 667c6bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

nbconvert.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ def save(self, infile=None, encoding=None):
9090
f.write(self.output.encode(encoding))
9191
return infile
9292

93-
def optional_header():
94-
pass
93+
def optional_header(self):
94+
return []
9595

96-
def optional_footer():
97-
pass
96+
def optional_footer(self):
97+
return []
9898

9999
def render_heading(self, cell):
100100
"""convert a heading cell

0 commit comments

Comments
 (0)