summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines/lithium.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/lithium.nix b/machines/lithium.nix
index 7c78483..7ccc93c 100644
--- a/machines/lithium.nix
+++ b/machines/lithium.nix
@@ -176,11 +176,11 @@ in
kernels = {
python3 = let
env = (pkgs.python3.withPackages (p: with p; [
- ipykernel pandas scikitlearn numpy matplotlib sympy
+ ipykernel pandas scikitlearn numpy matplotlib sympy ipywidgets
]));
in {
displayName = "py3";
- argv = [
+ argv = [
"${env.interpreter}"
"-m"
"ipykernel_launcher"