Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
16 stars 4 forks source link

include a `short_name` column for entrypoints listed by `Garden._repr_html_` #437

Open OwenPriceSkelly opened 4 months ago

OwenPriceSkelly commented 4 months ago

If you're previewing a garden with many entrypoints in a notebook, you see the title and DOIs of various entrypoints but not the short_names, which is what you need to actually type to get the entrypoint you're interested in. It should be visible!

There's a library foundry uses called json2table we might also want to look at to simplify our _repr_html_ methods.

Assumptions:

1. 2.

Acceptance Criteria

Given..., when..., then...