1diff --git a/nbconvert/exporters/templateexporter.py b/nbconvert/exporters/templateexporter.py
2index 0d540eb1..440f6382 100644
3--- a/nbconvert/exporters/templateexporter.py
4+++ b/nbconvert/exporters/templateexporter.py
5@@ -616,6 +616,7 @@ class TemplateExporter(Exporter):
6 if DEV_MODE:
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"))
10 return root_dirs
11
12 def _init_resources(self, resources):