You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most users will be using GenomicRanges in Jupyter Lab.
It is important to have a _repr_html_ function showing a human-glanceable preview of a GenomicRanges object in a tabular form.
The text was updated successfully, but these errors were encountered:
One of the problems is that Jupiter will use __repr__ if _repr_html_ is not available, and __repr__ of a GenomicRanges object with many columns may clutter the screen.
Most users will be using GenomicRanges in Jupyter Lab.
It is important to have a
_repr_html_
function showing a human-glanceable preview of a GenomicRanges object in a tabular form.The text was updated successfully, but these errors were encountered: