Installation
Requirements
- Python 3.12 or later

Install from PyPI
Optional extras
Install only what you need:
pip install "econ-viz[animation]" # Pillow for GIF export
pip install "econ-viz[interactive]" # ipywidgets + IPython for notebooks
pip install "econ-viz[all]" # both extras
Install for development
If you want the optional notebook and animation tooling in a local editable environment: