Extra environment variables to be set in the runtime context of jupyter notebook.
Declarations
Type
attribute set of ((list of (signed integer or string or path)) or signed integer or string or path)
Default
{ }
Example
{
PLAYWRIGHT_BROWSERS_PATH = "${pkgs.playwright-driver.browsers}";
PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS = "true";
}