Commit 33978255 authored by Vaibhav Sagar's avatar Vaibhav Sagar

Update jupyter packages

parent 59adc286
...@@ -45,7 +45,7 @@ let ...@@ -45,7 +45,7 @@ let
# ihaskell-widgets # ihaskell-widgets
] ++ packages self); ] ++ packages self);
jupyter = pkgs.python3.buildEnv.override { 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" '' ihaskellSh = pkgs.writeScriptBin "ihaskell-notebook" ''
#! ${pkgs.stdenv.shell} #! ${pkgs.stdenv.shell}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment