##// END OF EJS Templates
Change default build directory
Jonathan Frederic -
Show More
@@ -31,7 +31,7 b' class FilesWriter(WriterBase):'
31 31 """Consumes nbconvert output and produces files."""
32 32
33 33
34 build_directory = Unicode("nbconvert_build", config=True,
34 build_directory = Unicode(".", config=True,
35 35 help="""Directory to write output to. Leave blank
36 36 to output to the current directory""")
37 37
General Comments 0
You need to be logged in to leave comments. Login now