# Reactive Bindings: Notebook Reactive bindings allow you to create dynamic connections between notebook cells using the `:name` syntax, enabling interactive and responsive data workflows. ## Key Features - **Binding syntax**: Use `:name` to create reactive connections - **Input management**: Add and edit inputs dynamically - **Real-time updates**: Automatic re-execution when bindings change - **Interactive workflow**: Seamless data flow between cells ## Workflow Overview ![Reactive Bindings Syntax](./images/user/061__1.png) ![Edit Inputs](./images/user/061__3.png) ![Binding Results](./images/user/061__5.png)