diff --git a/jupyter/flake.nix b/jupyter/flake.nix index 06c7fdd..b8aa949 100644 --- a/jupyter/flake.nix +++ b/jupyter/flake.nix @@ -17,7 +17,7 @@ devShells = forEachSupportedSystem ({pkgs}: { default = pkgs.mkShell { packages = with pkgs; - [python311 virtualenv] + [python311 jupyter virtualenv] ++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib]); }; });