Better HTML __repr__ methods
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 349
- Forks
- 35
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 1
Description
Hi,
I wanted to check if it would be good to have better HTML repr methods for various tinyGP objects. As an example, I am pasting a screenshot showing the GP object shown in the Jupyter notebook for GPy.
Some of the candidates would be:
- GP object
- Conditioned GP object
- Kernel (which looks fairly good already)
If this makes sense, what first object would you recommend creating HTML repr for? What information would be good to get into the tabular format?
I can have a student make a PR for this if this is interesting.
Here's a minimal example on how someone may want to go ahead with implementing this feature.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the minimal example and the existing HTML representations for the GP, Conditioned GP, and Kernel objects in a Jupyter notebook. Decide which object should be addressed first and what information belongs in its tabular display; completion would be a defined and implemented HTML repr with an agreed presentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100