MyNixOS website logo
option

services.jupyter.kernels.<name>.env

Environment variables to set for the kernel.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  OMP_NUM_THREADS = "1";
}