Examples¶
Runnable demos live under examples/ in the repository. They are not part
of the installable wheel.
Table widget¶
uv run python examples/table_widget/demo_app.py
Raster viewer¶
uv run python examples/raster_viewer/nicegui_raster_demo.py
uv run python examples/raster_viewer/nicegui_y_axis_demo.py
Developer scripts¶
Focused manual diagnostics live under scripts/:
uv run python scripts/try_plotly_plot_widget.py
uv run python scripts/try_plotly_plot_event_overlays.py