Add plotnine to jupyter

This commit is contained in:
Lillian Violet 2024-02-29 10:14:10 +01:00
parent 751ca00840
commit 0035ccfff6

View file

@ -18,7 +18,7 @@
default = pkgs.mkShell {
packages = with pkgs;
[python311 jupyter virtualenv]
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib]);
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib plotnine]);
};
});
};