Installation and Usage
Installation
pip install hindentThe syntax highlighter for vs code is Hindent Lang. You can find it in the normal extensions menu / marketplace.
Usage
I think a nice way to interactively run programs is with jupyter.
So, I recommend opening up a jupyter notebook. Then, simply start to
import Hindent with import hindent as h, and the docstrings/code-hover
will guide you from there.