services.jupyterhub.jupyterhubEnv
NixOS option
Python environment to run jupyterhub Customizing will affect the packages available in the hub and proxy. This will allow packages to be available for the extraConfig that you may need. This will not normally need to be changed.
type: packageDefault
declared in: nixos/modules/services/development/jupyterhub/default.nixView source on NixOS/nixpkgs →pkgs.python3.withPackages (p: with p; [ jupyterhub jupyterhub-systemdspawner ])