Quickstart & Install
Install texture with pip:
bash
pip install texture-vizThen 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)