services.jupyter.command

NixOS option

Which command the service runs. Note that not all jupyter packages have all commands, e.g. jupyter lab isn’t present in the notebook package.

type: string
Default
"jupyter notebook"
Example
"jupyter lab"
declared in: nixos/modules/services/development/jupyter/default.nixView source on NixOS/nixpkgs →