From 5f98308e2035edff2719ba852d5cc74ab449528f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 13 Jun 2019 18:08:25 +0200 Subject: Add JupyterLab to environment --- shell.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/shell.nix b/shell.nix index 638b66c..9fb5805 100644 --- a/shell.nix +++ b/shell.nix @@ -28,16 +28,12 @@ pkgs.stdenvNoCC.mkDerivation rec { pyopengl matplotlib Mako + jupyterlab ]); in [ local-python - pkgs.opencl-info - - (pkgs.jupyter.override { - python3 = local-python; - }) ]; shellHook = '' -- cgit v1.2.3