Consider suggesting the Jupyter extension when users right click a dataframe-like object in the debug local variables window · Issue #20020 · microsoft/vscode-python · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).