positron icon indicating copy to clipboard operation
positron copied to clipboard

Data explorer: add command or `View()` argument to open as new full-sized window

Open statzhero opened this issue 1 year ago • 2 comments

This is a feature request assuming they are appropriate in the issue section.

It would be great to open the data explorer as a separate full-sized window without extra steps. As the title says either as a new command or some other way. "Move into New Window" is, I believe, the closest, currently.

image

statzhero avatar Jul 27 '24 22:07 statzhero

Thanks for the suggestion! Do you think it should be a user level configuration or users would prefer different behaviors depending on the dataset they are opening?

dfalbel avatar Jul 29 '24 15:07 dfalbel

The answer is I'm sure both, but for my part at least it would prefer this as a user level configuration. If you have a very small dataset you can also print it in the console.

statzhero avatar Jul 29 '24 15:07 statzhero

Does #3839 solve this problem for you?

jthomasmock avatar Jul 30 '24 18:07 jthomasmock

I would say no as I was suggesting a solution without any extra steps — but I appreciate that it may not be a high-priority feature.

statzhero avatar Jul 31 '24 18:07 statzhero

The command View() like in R would be highly useful.

Searching objects / dataframes over and over again in the Viewer Pane list is painful and time consuming...

GitHunter0 avatar Aug 30 '24 20:08 GitHunter0

The command View() like in R would be highly useful.

Searching objects / dataframes over and over again in the Viewer Pane list is painful and time consuming...

We do support View() in R and %view in Python to open a Dataframes in the Data explorer. Is that different that what you are looking for?

jthomasmock avatar Aug 30 '24 21:08 jthomasmock

Thank you @jthomasmock , I didn't know the %view trick. And the R View() is now working fine too.

GitHunter0 avatar Aug 31 '24 01:08 GitHunter0