great-tables
great-tables copied to clipboard
Make awesome display tables using Python.
Hi everyone, Just wanted to point you towards MyST Markdown, a Markdown flavor designed for scientific and academic writing, developed as part of the Jupyter project. It offers strong Markdown-to-LaTeX...
## Proposal As ver 0.19.0, great tables dos not display so great in dark mode. E.g., when I switch to dark mode in my marimo notebook, a typical great-tables table...
## Prework - [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blob/main/.github/CONTRIBUTING.md). - [x] If there is [already a relevant issue](https://github.com/posit-dev/great_tables/issues), whether open or closed, comment on...
# Description Hey there 👋🏼 As you might have guessed from a few PRs I submitted, I started to get more comfortable with the codebase and spotted a few things...
This PR adds the `.opt_css()` method. It allows users to add custom CSS to HTML-output tables. This `opt_*()` method builds on the existing functionality of the `tab_options(table_additional_css=)` option by allowing...
This PR adds the `tab_footnote()` method which allows you to add footnotes for different locations in the table. The method integrates footnote mark placement into the rendering pipeline for table...
This is a 2-fold PR: 1. I created a group for css-inline package called css. This would be helpful because I often have to use the css inlining feature in...
This adds pre-commit install and run targets to the makefile per #748 . This also adds uv.lock to the git ignore file which is now standard, per python's own git...
## Prework - [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great_tables/blob/main/.github/CONTRIBUTING.md). - [x] If there is [already a relevant issue](https://github.com/posit-dev/great_tables/issues), whether open or closed, comment on...
This PR #696 added a `.cols_label_rotate()` method that supports three directions for rotating. Let's add an example to the docstring of the three directions shown side by side (e.g. a...