Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jsignell opened this issue Apr 24, 2024 · 0 comments
Open

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

jsignell opened this issue Apr 24, 2024 · 0 comments

Comments

@jsignell
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant