Is there table_beautifier for JupyterLab?

In Jupyter Notebook, using table_beautifier I’m able to sort pandas tables by clicking on the table header:


However in JupyterLab tables are static by default. Is there a way I can achieve similar effect?

Check out qgrid: GitHub - quantopian/qgrid: An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks

2 Likes

Also, perspective:

1 Like