We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bc2e6 commit b15cd5cCopy full SHA for b15cd5c
src/jupyter_contrib_nbextensions/nbconvert_support/exporter_inliner.py
@@ -40,7 +40,7 @@ def default_config(self):
40
contrib_templates_dir = templates_directory()
41
42
template_path = c.TemplateExporter.setdefault('template_path', [])
43
- if templates_directory not in template_path:
+ if contrib_templates_dir not in template_path:
44
template_path.append(contrib_templates_dir)
45
46
return c
0 commit comments