latexify_py
latexify_py copied to clipboard
Support for Numpy or PyTorch or TF
Hi, Very nice tool. Thanks a lot. I was just wondering if there will be any support for libraries like NumPy, PyTorch or TensorFlow?
I think there are several levels to support NumPy-like libraries:
- Support function signatures
- Support array visualization
A recent change #49 adds support for several functions in NumPy. I'm also thinking of whether it is good to provide some support for array visualization too, but it is not trivial and sometimes we couldn't get shape information before running the function.
Some features are taken over by other issues. Closes this issue for now.