Quickstart & Install
Install texture with pip:
bash
pip install texture-viz
Then you can run in a python script or notebook by providing a Pandas dataframe with your text data and attributes.
python
import texture
texture.run(df)