JupyterHub: Fix python kernel definition
parent
fe1b1adf8c
commit
cd6c4635b3
|
@ -9,7 +9,6 @@
|
|||
c.SystemdSpawner.cpu_limit = 1.0
|
||||
'';
|
||||
kernels = {
|
||||
python = {
|
||||
python3 = let
|
||||
env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
|
||||
# Necessary for use as a kernel
|
||||
|
@ -48,7 +47,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts = {
|
||||
"jupyter.ws.kcnhub.com" = {
|
||||
|
@ -57,5 +55,4 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue