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

Scrollable region for non-text outputs #209156

Closed
Tracked by #215397
rebornix opened this issue Mar 29, 2024 · 4 comments
Closed
Tracked by #215397

Scrollable region for non-text outputs #209156

rebornix opened this issue Mar 29, 2024 · 4 comments
Assignees
Labels
notebook-output papercut 🩸 A particularly annoying issue impacting someone on the team

Comments

@rebornix
Copy link
Member

When inspecting data frames, the output is not rendered in a scrollable region, making the whole notebook hard to navigate

image

@rebornix rebornix added the papercut 🩸 A particularly annoying issue impacting someone on the team label Mar 29, 2024
@shtratos
Copy link
Member

It'd be amazing if we could have a rich and adaptable viewer for dataframes since they are so ubiquitous.
(not as heavyweight as DataWrangler though - it disrupts the context too much and changes VSCode layout).

The very particular pain I'm very frequently running into:

  • I get the dataframe in the output of a cell - I want to look at the data to either explore it or to make sure it has the right values and columns.
  • the frame is too large to fit, so some columns and rows are elided ...
  • now I have to go back and either add df.head() to reduce number of rows or df.columns to see all the columns, or do df.head().T to see all columns in a list with some values.

@shtratos
Copy link
Member

Even cooler would be to also have an easy way to reference the dataframes in notebook as context to Copilot Chat for "how do I join/pivot/aggregate/visualise?" types of questions.

@rebornix
Copy link
Member Author

@shtratos thanks for the feedbacks!

Even cooler would be to also have an easy way to reference the dataframes in notebook as context to Copilot Chat for "how do I join/pivot/aggregate/visualise?" types of questions.

Currently we embed the variable summaries in the chat context so you can ask such questions, say you have a data frame df, you can ask how do I join/pivot/aggregate/visualise the data frame and Copilot is able to generate code with the right data frame reference. Let me know if it works as expected for you.

@amunger
Copy link
Contributor

amunger commented Nov 22, 2024

duplicate of #190426

@amunger amunger closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notebook-output papercut 🩸 A particularly annoying issue impacting someone on the team
Projects
None yet
Development

No branches or pull requests

3 participants