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

Jupyter notebook data viewer: dicts with keys, ability to navigate varaibles #209256

Closed
eduardo-suela-DEq opened this issue Apr 1, 2024 · 1 comment
Assignees

Comments

@eduardo-suela-DEq
Copy link

First of all. It is my first note in this forum.
If not the right place, I am sorry.

I am starting to use VS Code for Python development
Right now I executing a notebook and exploring the variables
I am using the jupyter built in variable explorer.

I have two issues.
When you explore a dict, is there a way to get the keys beside the values?
Is it possible to explore substructures nested within the one opened, for example, a dict of dicts and enter each nested dict
For example something like spyder variable exlporer.

Maybe there is already an extension for that.
I tried data wrangler but it doesn't do what i want

Than you

image

@amunger
Copy link
Contributor

amunger commented Apr 1, 2024

Try out the setting "notebook.experimental.variablesView": true - a tree view for the notebook variables should show up in the debug sideview. Let us know what you think!

dupe of microsoft/vscode-jupyter#1148

@amunger amunger closed this as not planned Won't fix, can't repro, duplicate, stale Apr 1, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants