aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-06-13 18:08:25 +0200
committerAdrian Kummerlaender2019-06-13 18:08:25 +0200
commit5f98308e2035edff2719ba852d5cc74ab449528f (patch)
treea9e89e98a86956192a67b5a814110f53d7cb82bf
parent2046e1329f522eeafb0f979a97eb91adeebb7a14 (diff)
downloadsymlbm_playground-5f98308e2035edff2719ba852d5cc74ab449528f.tar
symlbm_playground-5f98308e2035edff2719ba852d5cc74ab449528f.tar.gz
symlbm_playground-5f98308e2035edff2719ba852d5cc74ab449528f.tar.bz2
symlbm_playground-5f98308e2035edff2719ba852d5cc74ab449528f.tar.lz
symlbm_playground-5f98308e2035edff2719ba852d5cc74ab449528f.tar.xz
symlbm_playground-5f98308e2035edff2719ba852d5cc74ab449528f.tar.zst
symlbm_playground-5f98308e2035edff2719ba852d5cc74ab449528f.zip
Add JupyterLab to environment
-rw-r--r--shell.nix6
1 files changed, 1 insertions, 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 = ''