datapane / datapane

Build and share data reports in 100% Python

Home Page:https://datapane.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saving multiple Pages to individual HTML files

shahinrostami opened this issue · comments

Can we save reports with multiple pages to individual HTML files?

Discussed in #174

Originally posted by ZKpot December 7, 2021
Hello,

In general, I find it very convenient that the report is saved as a singe file html document.

However, sometimes the report size might become too big (in one of my use case I have a report with 60 pages, each page is app. 30 mb) and the browser cannot handle it.

My current solution is to generate a single file html document for each page using datapane and load them from auto generated index page using iframe. I couldn't find a way how to embed a static html in datapane (there are some js security measures that prevent it), so I had to write the index page myself (which works well, but doesn't look that nice).

It would be very nice if this feature (generate individual html files for each page) was available natively in datapane and could be enabled by setting corresponding flag when generating a report.

Thank you in advance!

-Nikita