Inputs
| Name | Type | Description |
|---|---|---|
| Name | Text | The name of the environment variable. |
| Required | Bool | Raise an error if the specified environment variable is not set. if unchecked, an unset environment variable returns an empty text object and raises a warning. |
| Rerun | List Interface | The block reruns when this input changes. to ensure the block reruns any time a notebook input changes, pass in a group of all notebook inputs. |
Outputs
| Type |
|---|
| Text |

