Environment Variables
There are a few environment variables available in the execution context that can be accessed directly in read-only mode. Those variables are:
| Variable | Type | Description |
|---|---|---|
MINEO_NOTEBOOK_UUID | string | The Notebook's unique identifier. |
MINEO_BLOCK_UUID | string | The Block's unique identifier. |
MINEO_ORGANIZATION_NAME | string | The organization linked to the Notebook. |
MINEO_PROJECT_NAME | string | The project linked to the Notebook. |
MINEO_PROJECT_PATH | string | The absolute path where the Project is located. |
MINEO_USER_UUID | string | The uuid of the user who is running the Notebook. |
MINEO_USERNAME | string | The username (email) of the user who is running the Notebook. |
MINEO_USER_FIRST_NAME | string | The first name of the user who is running the Notebook. |
MINEO_USER_LAST_NAME | string | The last name of the user who is running the Notebook. |
MINEO_USER_DATE_JOINED | datetime | The date when the user who is running the Notebook joined MINEO. |
MINEO_USER_GROUPS | dict | Groups configured for this notebook's project organization. |