File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -494,9 +494,9 @@ for n, figname in enumerate(fig_dict.keys()):
494494 data_for_jinja[" divs" ]+= f ' <div id=" { figname} " class="content-div" { initially_hide_divs_other_than_the_first} > { fig_html}{ text_dict[figname]} </div> '
495495
496496# Insert data into the template and write the file to disk
497- # YOU WILL LIKELY NEED TO CUSTOMIZE THESE PATHS
498- input_template_path= r " C: \d ata \d emo_template . jinja "
499- output_html_path= r " C: \d ata \d emo_result . html"
497+ # You'll need to add the path to your template and where to output the generated file
498+ input_template_path= r " <path-to-Jinja-template . html> "
499+ output_html_path= r " <path-to-output-file . html> "
500500
501501with open (output_html_path, " w" , encoding = ' utf-8' ) as output_file:
502502 with open (input_template_path) as template_file:
You can’t perform that action at this time.
0 commit comments