1 diff --git a/nbconvert/exporters/templateexporter.py b/nbconvert/exporters/templateexporter.py
2 index 0d540eb1..440f6382 100644
3 --- a/nbconvert/exporters/templateexporter.py
4 +++ b/nbconvert/exporters/templateexporter.py
5 @@ -616,6 +616,7 @@ class TemplateExporter(Exporter):
7 root_dirs.append(os.path.abspath(os.path.join(ROOT, '..', '..', 'share', 'jupyter')))
8 root_dirs.extend(jupyter_path())
9 + root_dirs.append(os.path.join("@out@", "share", "jupyter"))
12 def _init_resources(self, resources):