8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c1098 commit 1594a39Copy full SHA for 1594a39
doc/python/dropdowns.md
@@ -494,7 +494,7 @@ for n, figname in enumerate(fig_dict.keys()):
494
data_for_jinja["divs"]+=f'<div id="{figname}" class="content-div" {initially_hide_divs_other_than_the_first}>{fig_html}{text_dict[figname]}</div>'
495
496
# Insert data into the template and write the file to disk
497
-# You'll need to add the path to your template and where to output the generated file
+# You'll need to add the path to your template and to your preferred output location
498
input_template_path=r"<path-to-Jinja-template.html>"
499
output_html_path=r"<path-to-output-file.html>"
500
0 commit comments