jasongzy / vscode-pydata-viewer

Display PyData files (.npz .npy .pkl .pth) in VSCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyData Viewer

Version Downloads Installs PRs Welcome

Display Python data files in VSCode.

  • Numpy Files: .npz .npy
  • Pickle Files: .pkl .pck pickle
  • Torch Files: .pth .pt

📌 A Python interpreter is mandatory for this extension, please add python path into SYSTEM ENVIRONMENT PATH.

If you DO NOT have a avaliable Python on your device but need to view numpy files, the extension vscode-numpy-viewer which may be helpful.

Change log

Please refer to CHANGELOG.md.

About

Display PyData files (.npz .npy .pkl .pth) in VSCode.

License:MIT License


Languages

Language:TypeScript 81.8%Language:Python 18.2%