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

Consider suggesting the Jupyter extension when users right click a dataframe-like object in the debug local variables window #20020

Open
luabud opened this issue Oct 17, 2022 · 4 comments
Labels
area-debugging feature-request Request for new features or functionality needs PR Ready to be worked on

Comments

@luabud
Copy link
Member

luabud commented Oct 17, 2022

Once Jupyter extension is no longer installed by default (#18073), it would be nice if we could improve the discoverability of the data viewer when debugging. One idea is to display e.g. "Install Jupyter extension to inspect data" when users right click on dataframe-like objects from the local variable window when debugging (i.e., when "Open in Data Viewer" would be displayed if Jupyter was installed).

@luabud luabud added the feature-request Request for new features or functionality label Oct 17, 2022
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 17, 2022
@karthiknadig karthiknadig added area-debugging needs proposal Need to make some design decisions and removed triage-needed Needs assignment to the proper sub-team labels Oct 18, 2022
@karthiknadig
Copy link
Member

Detect dataframes (or like DF) using Debug Adapter tracker, then pop up a notification if we see one.

@karthiknadig karthiknadig added needs PR Ready to be worked on and removed needs proposal Need to make some design decisions labels Oct 18, 2022
@eleanorjboyd
Copy link
Member

@luabud does the goal here change with the data wrangler extension now being used?

@eleanorjboyd eleanorjboyd added the info-needed Issue requires more information from poster label Dec 12, 2024
@luabud
Copy link
Member Author

luabud commented Dec 30, 2024

@eleanorjboyd great question... I think so, although I'm not sure if the Jupyter extension is still needed as well for this to work?

@eleanorjboyd
Copy link
Member

@rebornix thoughts?

@karthiknadig karthiknadig removed the info-needed Issue requires more information from poster label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-debugging feature-request Request for new features or functionality needs PR Ready to be worked on
Projects
None yet
Development

No branches or pull requests

4 participants