This is definitely not specific to veda-docs, but I'm not 100% sure where to report it. The cell immediately after the html repr of an xarra.Dataset (but not DataArray) breaks the page layout.
I snooped a bit on the html and it looks like somehow the Indexes and Attributes are several layers up from where they should be:
So I imagine that is the root of the problem because if those are up 2 levels and then they close the div they are essentially closing the content page div. In jupyterlab they are in the proper place in the hierarchy:
This is definitely not specific to veda-docs, but I'm not 100% sure where to report it. The cell immediately after the html repr of an xarra.Dataset (but not DataArray) breaks the page layout.
You can see this on the cloud-native geo page as well. Just keep scrolling: https://guide.cloudnativegeo.org/zarr/zarr-in-practice.html
I snooped a bit on the html and it looks like somehow the Indexes and Attributes are several layers up from where they should be:
So I imagine that is the root of the problem because if those are up 2 levels and then they close the div they are essentially closing the content page div. In jupyterlab they are in the proper place in the hierarchy: