Front-end component renderer for Dash, part of the Plotly Dash ecosystem. Version 1.9.1 is the latest; it is bundled with Dash and released alongside Dash core library. The package is in maintenance mode; new features are added to Dash itself.
pip install dash-rendererNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Dash apps automatically use dash-renderer for front-end rendering; no direct import required.
Do not install dash-renderer separately; use Dash (>=2.0.0) which includes its own renderer.
Simply import dash; do not add any dash-renderer import.
Use Python 3.5+ and ensure you are using a compatible version of Dash.
Install dash (which includes dash-renderer) with 'pip install dash'.
Do not import anything from dash_renderer; it's used internally by Dash.
Access the renderer through the Dash app object if needed (e.g., app.renderer).
No dependency data recorded yet.