haochengxia / vscode-pydata-viewer

Display PyData files (.npz .npy .pkl .pth) in VSCode.
https://marketplace.visualstudio.com/items?itemName=Percy.vscode-pydata-viewer
MIT License
14 stars 8 forks source link

Can the viewer detect python intepreter in conda environment? #19

Open BEATING-HEART opened 6 months ago

BEATING-HEART commented 6 months ago

How can I make the viewer read python path from my conda environment. Will the viewer support this feature?

haochengxia commented 6 months ago

It appears that you can edit the Python Path for the extension to use your conda environment if I understand your request correctly.

An illustration is here.

image