Open Issues Need Help
View All on GitHub native html repr for jupyter about 1 month ago
AI Summary: Implement a custom HTML representation (`_repr_html_`) for PyRanges objects in Jupyter notebooks. This representation should include a footer with chromosome information (similar to the `__str__` method) and respect the display options set in `pyranges.options`. This likely involves refactoring code to reuse the footer generation function in both `__str__` and `_repr_html_` methods.
Complexity:
4/5
enhancement good first issue