Skip to content
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

Open
willingc opened this issue Nov 3, 2024 · 6 comments
Open

Comments

@willingc
Copy link

willingc commented Nov 3, 2024

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.

  • Ingesting the metadata as already designed would work well.
  • Create a polars or pandas dataframe.
  • Use Great Tables to structure, style, and format the data for user display
  • Embed the table into a one page static site

cc/ @yunhal @jni

@willingc
Copy link
Author

willingc commented Nov 3, 2024

Alternatively embedding JupyterLite on the page and displaying the table could also offer manipulation and sorting of the data by metadata fields.

@Czaki
Copy link

Czaki commented Nov 4, 2024

I think that use just some JS and having data served by REST API will be better. It will better work with cache itp.

@willingc
Copy link
Author

willingc commented Nov 4, 2024

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 😄

@jni
Copy link
Member

jni commented Nov 5, 2024

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.

@Czaki
Copy link

Czaki commented Nov 5, 2024

Ok. Maybe I do not deeply read documentation of great tables.
Current check of documentation suggests that it will not provide all interactivity that we need.

We may also try to explore PyOdide to write python instead of JS.

@willingc
Copy link
Author

willingc commented Nov 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants