diff --git a/flake.nix b/flake.nix index d42227e..e22195d 100644 --- a/flake.nix +++ b/flake.nix @@ -113,8 +113,9 @@ callPackage (self.createCaceShell { }) {}; notebook = callPackage (self.createCaceShell { - extra-packages = with pkgs; [ + extra-python-packages = with pkgs.python3.pkgs; [ jupyter + pandas ]; }) {}; # Normal devShells