Add plotnine to jupyter
This commit is contained in:
parent
751ca00840
commit
0035ccfff6
|
@ -18,7 +18,7 @@
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[python311 jupyter virtualenv]
|
[python311 jupyter virtualenv]
|
||||||
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib]);
|
++ (with pkgs.python311Packages; [pip jupyter pandas numpy matplotlib plotnine]);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue