Skip to main content

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:

VariableTypeDescription
MINEO_NOTEBOOK_UUIDstringThe Notebook's unique identifier.
MINEO_BLOCK_UUIDstringThe Block's unique identifier.
MINEO_ORGANIZATION_NAMEstringThe organization linked to the Notebook.
MINEO_PROJECT_NAMEstringThe project linked to the Notebook.
MINEO_PROJECT_PATHstringThe absolute path where the Project is located.
MINEO_USER_UUIDstringThe uuid of the user who is running the Notebook.
MINEO_USERNAMEstringThe username (email) of the user who is running the Notebook.
MINEO_USER_FIRST_NAMEstringThe first name of the user who is running the Notebook.
MINEO_USER_LAST_NAMEstringThe last name of the user who is running the Notebook.
MINEO_USER_DATE_JOINEDdatetimeThe date when the user who is running the Notebook joined MINEO.
MINEO_USER_GROUPSdictGroups configured for this notebook's project organization.