-
Notifications
You must be signed in to change notification settings - Fork 66
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
Static DataFrame output in notebooks is not uncollapsible #513
Comments
The ColGroups are more difficult. However, I think we could also reuse part of our normal HTML generator, uncollapse all grouped columns and provide it statically like that. |
test without CSS for github
|
After #480 and #511 we now have static DataFrame outputs in Notebooks. However, as can be seen in this example,
, nested DataFrames are not rendered and cannot be interacted with. This is because nested JS and iFrames are prohibited in GitHub's rendering of notebooks.
We need to explore whether there's a way to have collapsible DataFrames without using JS. Maybe something like
<details>
could work?For example:
[100 x 37]
The text was updated successfully, but these errors were encountered: