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 dill and cloud pickles #13

Open mattparks opened 1 year ago

mattparks commented 1 year ago

https://pypi.org/project/dill/ https://pypi.org/project/cloudpickle/0.4.1/

These are two projects that do not require the source Python module to be loaded to interact with pickled data.

haochengxia commented 1 year ago

That sounds promising, and I'll investigate whether the suggestions are feasible for this extension. I appreciate your input.