Conversation
jmcphers
added a commit
to posit-dev/positron
that referenced
this pull request
Apr 1, 2026
This change adds support for inline data explorers to R cells in Jupyter notebooks and for both R and Python in Quarto documents with inline output. It extends the work @nstrayer did to support Pandas data frames in Python notebooks. <img width="759" height="680" alt="image" src="https://github.com/user-attachments/assets/c983c8ce-5dfa-4c5f-a1cf-2f11a2fc029a" /> Requires posit-dev/qa-example-content#117 Requires posit-dev/ark#1124 Addresses #12148 ### Release Notes <!-- Optionally, replace `N/A` with text to be included in the next release notes. The `N/A` bullets are ignored. If you refer to one or more Positron issues, these issues are used to collect information about the feature or bugfix, such as the relevant language pack as determined by Github labels of type `lang: `. The note will automatically be tagged with the language. These notes are typically filled by the Positron team. If you are an external contributor, you may ignore this section. --> #### New Features - Inline data explorer for notebooks and Quarto documents (#12148) #### Bug Fixes - N/A ### QA Notes E2E tests for both Python and R are included. This feature can be disabled using this (existing) setting: <img width="509" height="94" alt="image" src="https://github.com/user-attachments/assets/2650ce0b-dc52-459e-8bd8-ac495a7d469b" /> Test tags: `@:quarto`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For an upcoming inline output feature.