Marc Wouts
Marc Wouts
The Jupytext pre-commit hook documented [here](https://jupytext.readthedocs.io/en/latest/using-pre-commit.html#what-is-the-point-of-having-a-jupytext-pre-commit-hook) fails to install when selecting `v1.16.0` or above. This is because `node` is required to build the JupyterLab extension for Jupytext. We need to...
Closes #1210
This is in order to fix the failing UI test on the CI
The purpose of this PR is to provide a component that would display a DataFrame in a [streamlit](https://streamlit.io/) app. The first version of the component could have the following limitations:...
Will eventually close #246
In the dark mode, the colors used for the tables in the documentation https://mwouts.github.io/itables are not appropriate. The background color seems to be governed by `--pst-color-text-base`. Half of the rows...
Closes #252
In prevision of #245 I would like to transition ITables to the [`src` layout](https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/). @mahendrapaipuri do you think you could give me a hand on this? This is what I...
It would be great to be able to use ITables/DataTables in the context of a Dash by Plotly application.