##// END OF EJS Templates
fix path prefix in nbconvert...
MinRK -
Show More
@@ -288,7 +288,7 b' class Exporter(Configurable):'
288 288 """
289 289 Create the Jinja templating environment.
290 290 """
291 here = os.path.realpath(__file__)
291 here = os.path.dirname(os.path.realpath(__file__))
292 292 self.environment = Environment(
293 293 loader=FileSystemLoader([
294 294 os.path.join(here, self.template_path),
General Comments 0
You need to be logged in to leave comments. Login now