OpenMined / PySyft

Perform data science on data that remains in someone else's server
https://www.openmined.org/
Apache License 2.0
9.43k stars 1.99k forks source link

Fix asset table rows not rendered #9104

Closed BrendanSchell closed 1 month ago

BrendanSchell commented 1 month ago

Description

Fixes dataframe rendering in asset repr by moving the itables rendering into the ipython patching. Also does some updates to the css to improve light/dark mode for tables / user code and remove a lot of inline css that was redundant.

Screenshot 2024-07-30 at 11 00 40 PM

Closes https://github.com/OpenMined/Heartbeat/issues/1658.

Affected Dependencies

List any dependencies that are required for this change.

How has this been tested?

Tested through notebooks 1 - 3 locally to make sure it looked ok visually.

Checklist