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

Support for conda environment #7

Closed FakeTrader closed 1 year ago

FakeTrader commented 1 year ago

I use conda base as the default python interpreter and have pytorch installed in dedicated envs incase of conflicts. Is there any way I can select the interperter?

haochengxia commented 1 year ago

How about the solution that adds a custom config option to select a python interpreter? I can be supported in the next version if needed.

FakeTrader commented 1 year ago

It is fine as a workaround.

haochengxia commented 1 year ago

pythonPath has been supported to customize in v0.0.5 now. 🎉