-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Great Tables and polars/pandas to display plugin information #6
Comments
Alternatively embedding JupyterLite on the page and displaying the table could also offer manipulation and sorting of the data by metadata fields. |
I think that use just some JS and having data served by REST API will be better. It will better work with cache itp. |
That's certainly a way to move forward, @Czaki. I would like to be able to see the entire list of plugins without pagination as well as have the ability to sort and filter plugins. I'm just suggesting another low-lift option 😄 |
On first glance I'm pro-Great Tables @Czaki. Our community is very good with Python but only a few people know js even passably well. So the more we can use Python for the better. |
Ok. Maybe I do not deeply read documentation of great tables. We may also try to explore PyOdide to write python instead of JS. |
Pyodide is a great option as is Jupylite. The performance has increased a lot in the path 6 months. I'm all for either solution. Great Tables gets its interactivity from pyodide. |
Great Tables and polars/pandas could offer a straightforward way to display plugin information to users.
See examples for Great Tables which is easy to onboard and maintain.
cc/ @yunhal @jni
The text was updated successfully, but these errors were encountered: