Update jupyter packages

This commit is contained in:
Vaibhav Sagar 2017-09-04 21:40:10 +08:00
parent 59adc28654
commit 3397825510

View File

@ -45,7 +45,7 @@ let
# ihaskell-widgets
] ++ packages self);
jupyter = pkgs.python3.buildEnv.override {
extraLibs = with pkgs.python3Packages; [ ipython ipykernel jupyter_client notebook ];
extraLibs = let ps = pkgs.python3Packages; in [ ps.jupyter ps.notebook ];
};
ihaskellSh = pkgs.writeScriptBin "ihaskell-notebook" ''
#! ${pkgs.stdenv.shell}