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 3ba3bd3 commit f1fbbfaCopy full SHA for f1fbbfa
src/vuegen/quarto_reportview.py
@@ -770,10 +770,10 @@ def _show_dataframe(
770
if is_report_static:
771
# Generate path for the DataFrame image
772
df_image = os.path.join(
773
- static_dir, f"{dataframe.title.replace(' ', '_')}.png"
+ static_dir, f"{dataframe.title.replace(' ', '_')}.png"
774
)
775
dataframe_content.append(
776
- f"df.dfi.export('{os.path.abspath(df_image)}', max_rows=10, max_cols=5)\n```\n"
+ f"df.dfi.export('{os.path.abspath(df_image)}', max_rows=10, max_cols=5)\n```\n"
777
778
# Use helper method to add centered image content
779
dataframe_content.append(self._generate_image_content(df_image))
0 commit comments