Advanced Usage

Build My Potc Plugin

Actually potc has a complete plugin support system, which is easy to operate and configure. It can take effect after installation.

For example, here are some demo plugins

  • potc-dict, a plugin which can make dict prettier

  • potc-torch, a plugin which supports visualization of torch’s tensor

  • potc-treevalue, a plugin which support visualization of treevalue’s structure

Like the potc-dict, after the installation of

pip install potc-dict

The format of dumped dict objects will be changed, just like the README.md of potc-dict said.