MyNixOS website logo
option

services.jupyter.kernels.<name>.argv

Command and arguments to start the kernel.

Declarations
Type
list of string
Example
[
  "{customEnv.interpreter}"
  "-m"
  "ipykernel_launcher"
  "-f"
  "{connection_file}"
]