jupyter-book / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
219 stars 64 forks source link

tables created by jupyter cells are un-readable in dark mode #1595

Open cboettig opened 1 month ago

cboettig commented 1 month ago

Tables produced by Jupyter cells (e.g. preview of pandas table) render with the zerbra-striped rows, which is actually nice for readability and looks great in light mode, but for some reason my tables are unreadable in dark mode:

Image

Image

Is it possible to fix this? (The tables shown in the guide look so beautiful in both light and dark mode!)

Myst v1.3.14

rowanc1 commented 1 month ago

What version of pandas are you using?

cboettig commented 1 month ago

Whoops I should have included that. This is in pandas 2.2.3, from conda-forge.