'Alternative to Qgrid for displaying "pretty" dataframes in notebooks

I wanted to use some library to have better display of pandas dataframe in notebooks (ie allow sorting of columns, filters etc).

Qgrid seemed like a good-enough choice and seems to do what I want. However the latest commit is 2 years old, so I assume it's no more maintained. Is there a more "standard" and up-to-date library that is available to use ?

Note that I'm looking for something that doesn't require another backend (eg Flask) to run computation, but just something like QGrid where it's a 100% JS component



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source