Show More
@@ -70,6 +70,11 b' default_filters = {' | |||||
70 | # Class |
|
70 | # Class | |
71 | #----------------------------------------------------------------------------- |
|
71 | #----------------------------------------------------------------------------- | |
72 |
|
72 | |||
|
73 | class ResourcesDict(collections.defaultdict): | |||
|
74 | def __missing__(self, key): | |||
|
75 | return '' | |||
|
76 | ||||
|
77 | ||||
73 | class Exporter(Configurable): |
|
78 | class Exporter(Configurable): | |
74 | """ |
|
79 | """ | |
75 | Exports notebooks into other file formats. Uses Jinja 2 templating engine |
|
80 | Exports notebooks into other file formats. Uses Jinja 2 templating engine |
General Comments 0
You need to be logged in to leave comments.
Login now