services.jupyter.extraEnvironmentVariables

NixOS option

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

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";
}
declared in: nixos/modules/services/development/jupyter/default.nixView source on NixOS/nixpkgs →