From fcb60b155cf01376a500d12db9bbd5dfd105c059 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 12 Mar 2019 10:06:24 -0700 Subject: Add ipywidgets to jupyter --- machines/lithium.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/lithium.nix') 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" -- cgit v1.2.3