MyNixOS website logo
option

services.jupyter.extraEnvironmentVariables

Extra environment variables to be set in the runtime context of jupyter notebook.

Declarations
Type
attribute set of (null or (list of (signed integer or string or absolute path)) or signed integer or string or absolute path)
Default
{ }
Example
{
  PLAYWRIGHT_BROWSERS_PATH = "${pkgs.playwright-driver.browsers}";
  PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS = "true";
}
Sign in to create a configuration using this setting.