From 225fcbf5844d0d62cbccfb5b20e19975883050a3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 23 Apr 2020 14:34:31 +0200 Subject: Add SciPy to Jupyterlab launcher --- tasks/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tasks') diff --git a/tasks/default.nix b/tasks/default.nix index db337d8..124f1cc 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -121,6 +121,7 @@ in { packages = p: with p; [ numpy sympy + scipy matplotlib ]; } -- cgit v1.2.3