Skip to content

Static DataFrame output in notebooks is not uncollapsible #513

Closed
@Jolanrensen

Description

@Jolanrensen

After #480 and #511 we now have static DataFrame outputs in Notebooks. However, as can be seen in this example,
image
, 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:

urlnamereposmembers
https://api.github.com/orgs/JetBrainsJetBrains
[100 x 37]
urlnamereposmembers
https://api.github.com/orgs/JetBrainsJetBrains[100 x 37][187 x 7]
[187 x 7]

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestresearchThis requires a deeper dive to gather a better understanding

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions