Closed hyiltiz closed 1 year ago
graphic-walker
has supported media themes now. https://github.com/Kanaries/graphic-walker/pull/31
we are upgrading pygwalker
to the latest graphic-walker
.
Does that has any impact on the call site (user API), or it is just an upgrade to the pygwalker's internal calls to graphic-walker?
See pr #48 .
It's just an upgrade of graphic-walker
itself, but I'd prefer to export an option for user API in the future.
Use pygwalker with auto-theme (based on your device) in the latest version. pip install --upgrade "pygwalker>=0.1.4.6"
Currently, using
pyg.walk(df)
on a Jupyter Notebook with a dark theme renders a white widget, where most text are so low contrast that they are effectively invisible.