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

Exploring Objects with View() or %view #6032

Open
petetronic opened this issue Jan 17, 2025 · 0 comments
Open

Exploring Objects with View() or %view #6032

petetronic opened this issue Jan 17, 2025 · 0 comments
Labels
area: ui Issues related to UI category. enhancement New feature or request lang: python lang: r support

Comments

@petetronic
Copy link
Collaborator

Positron has a comprehensive Data Explorer for "data frame" type objects in R and Python. You can either launch the explorer from a "data frame" object in the Variables pane by clicking the table icon, or launch it using the View() command in an R Console, or the %view magic in a Python Console.

In #3028, users have asked for Positron to support exploring "list" types in the Data Explorer (because the Variables pane has limited functionality and also truncates child values).

Beyond lists, this issue is to capture a further request for View() or %view to handle objects in general. As to where the objects can be explored needs discussion.

Positron currently has a Variables Pane that summarizes objects of known types, but it heavily truncates information to fit into the pane. A starting compromise might be for View() and %view commands to focus and expand an object in the Variables Pane. However, users are ultimately looking for something like RStudio IDE's object explorer, that can scale beyond the limitations of Positron's existing Variables pane.

@petetronic petetronic added area: ui Issues related to UI category. area: assists Issues related to Assists lang: r lang: python enhancement New feature or request support and removed area: assists Issues related to Assists labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ui Issues related to UI category. enhancement New feature or request lang: python lang: r support
Projects
None yet
Development

No branches or pull requests

1 participant