mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Update jupyter packages
This commit is contained in:
parent
59adc28654
commit
3397825510
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user