Skip to content

Commit 9c31bf3

Browse files
authored
Merge pull request #1060 from jcb91/collapsible_headings
[collapsible_headings] bugfix for exporter
2 parents f9f45e0 + 5c26d92 commit 9c31bf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/jupyter_contrib_nbextensions/nbconvert_support/collapsible_headings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ class ExporterCollapsibleHeadings(ExporterInliner):
2121
jupyter nbconvert --to html_ch FILE.ipynb
2222
"""
2323

24-
def _template_file_default(self):
25-
return 'collapsible_headings'
26-
2724
def __init__(self, *args, **kwargs):
2825
super(ExporterCollapsibleHeadings, self).__init__(*args, **kwargs)
2926

0 commit comments

Comments
 (0)