Environment-specific configuration without changing code
Your notebook works in Dev. You deploy to Prod. But the settings are wrong.
You could edit code per environment — but that defeats the purpose of automation. You need configuration that changes per stage, not code that changes per stage.
One library, multiple value sets — each stage picks the right one
Let's get started!