Skip to content

Add inline data explorers to Ark#1124

Open
jmcphers wants to merge 6 commits intomainfrom
feature/inline-data-explorer
Open

Add inline data explorers to Ark#1124
jmcphers wants to merge 6 commits intomainfrom
feature/inline-data-explorer

Conversation

@jmcphers
Copy link
Contributor

@jmcphers jmcphers commented Mar 24, 2026

This change updates the R kernel to supply inline data explorers in notebook mode (which encompasses both Quarto documents and Positron notebooks).

image

The approach is very symmetric to how the Python kernel provides the same feature (see posit-dev/positron#11732); when a data frame-like object is printed, and we're in a Positron notebook, we open up a new data explorer comm and send it to the front end with a special MIME type.

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

Successfully merging this pull request may close these issues.

1 participant