JupyterHub: Fix python kernel definition

master
David Crompton 2024-01-16 11:17:40 -05:00
parent fe1b1adf8c
commit cd6c4635b3
1 changed files with 33 additions and 36 deletions

View File

@ -9,7 +9,6 @@
c.SystemdSpawner.cpu_limit = 1.0 c.SystemdSpawner.cpu_limit = 1.0
''; '';
kernels = { kernels = {
python = {
python3 = let python3 = let
env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [ env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
# Necessary for use as a kernel # Necessary for use as a kernel
@ -48,7 +47,6 @@
}; };
}; };
}; };
};
services.caddy.virtualHosts = { services.caddy.virtualHosts = {
"jupyter.ws.kcnhub.com" = { "jupyter.ws.kcnhub.com" = {
@ -57,5 +55,4 @@
''; '';
}; };
}; };
} }