Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we have a variable explorer in VScode like in Spyder?

I'm looking for a extension or a settings in VScode to see a "variable explorer" like in Spyder (as you can see in the picture) when we can see every objects (and not only the variable !) and information about them directly in a screen. I didn't find any extensions.

I know we can "open a notebook and see the variables" with Jupyter but it's really far from the features that spyder offers.

Can you help me ?

Text

like image 731
SRP Avatar asked Jan 29 '26 04:01

SRP


1 Answers

Right-click "Run Current File in Python Interactive Window" in the script, and select "Show variables active in jupyter kernel"

like image 65
Todi Diang Avatar answered Jan 30 '26 17:01

Todi Diang