Add lightweight self-contained summary report - #314
Closed
uriahf wants to merge 154 commits into
Closed
Conversation
uriahf
marked this pull request as draft
August 20, 2026 11:08
Owner
Author
Conclusion / future directionAfter iterating on the R ↔ Python visual comparison, I think this PR is more valuable as an exploratory prototype for a larger cross-language rendering/parity effort than as something we should force into the current What we learned:
My recommendation is therefore to keep this PR as a draft/reference rather than merge it as-is. When we tackle full R/Python visualization parity deliberately, we can use #314 as the experimental baseline: preserve the useful renderer/table/control ideas and tests, but design the shared architecture first rather than continuing pixel-by-pixel fixes here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a lightweight native Python summary report with visual and functional parity to the R
create_summary_report()output.What this includes
Implementation
The report uses lightweight HTML/CSS/JavaScript renderers rather than Quarto/Jupyter widget runtimes. Only the small subset of D3-style primitives required by the report is bundled inline, so generated reports do not require a CDN or network connection when viewed.
Validation
Preview: https://uriahf.github.io/rtichoke_python/pr-preview/pr-314/summary-report-demo.html
R reference: https://uriahf.github.io/rtichoke_python/pr-preview/pr-314/summary-report-r-reference.html