examples/README.md
This folder contains example implementations of Pygwalker across different interfaces.
component_demo.ipynb: Creating various visualizations using Pygwalker's core componentsdash_demo.py: Integration of Pygwalker with Dash frameworkgradio_demo.py: Using Pygwalker within Gradio applicationshtml_demo.py: Generating standalone HTML outputs with Pygwalkerjupyter_demo.ipynb: Basic Pygwalker usage in Jupyter environmentsmarimo_demo.py: Interactive data exploration using Pygwalker in Marimo notebooksstreamlit_demo.py: Embedding Pygwalker visualizations in Streamlit appsreflex_demo.py: Example of using Pygwalker in a Reflex applicationweb_server_demo.py: Setting up Pygwalker with a web serverEach example includes its own set of requirements and setup instructions within the file. Make sure you have Pygwalker installed:
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:
pip install "pygwalker[reflex]"