Integrate Treescope into Xarray's interactive HTML repr
Open
Nobody has claimed this yet.
enhancement
topic-html-repr
- Dominant language
- Python
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 14
Description
Treescope is a interactive HTML pretty-printer for multi-dimensional arrays:
https://github.com/google-deepmind/treescope
With Treescope, instead of looking at this:
You could be looking at this:
Could we integrate this into Xarray's HTML repr? This could be a big step-up over printing the NumPy repr for array values!
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
The issue names no Xarray files or tests; start by reading the existing interactive HTML repr and Treescope's documentation and examples. Define the integration boundary, supported array cases, and expected HTML output, then add coverage for the repr before considering the work done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100