Back to Pygwalker

Examples

examples/README.md

0.5.0.11.3 KB
Original Source

Examples

This folder contains example implementations of Pygwalker across different interfaces.

Running examples

Each example includes its own set of requirements and setup instructions within the file. Make sure you have Pygwalker installed:

shell
pip install pygwalker

Additional dependencies may be required based on the specific interface you're using (e.g., streamlit, dash, gradio). For the Reflex demo, install the optional Reflex plugin:

shell
pip install "pygwalker[reflex]"