services.jupyter.extraEnvironmentVariables

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
<nixpkgs/nixos/modules/services/development/jupyter/default.nix>