NASA-IMPACT / veda-docs

Documentation for the VEDA Project
https://nasa-impact.github.io/veda-docs
Apache License 2.0
7 stars 6 forks source link

Quarto + HTML repr of xarray.Dataset breaks page layout #141

Open jsignell opened 4 months ago

jsignell commented 4 months ago

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.

Screenshot from 2024-04-23 14-37-29

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: image

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:

image