1 Open Issue Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

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

PyRanges as a DataFrame subclass.

Python