Add python data science environment
This commit is contained in:
parent
2246189635
commit
c866015907
|
@ -0,0 +1,15 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
with pkgs;
|
||||||
|
|
||||||
|
{
|
||||||
|
buildInputs = [
|
||||||
|
python3
|
||||||
|
python3Packages.jupyter
|
||||||
|
python3Packages.numpy
|
||||||
|
python3Packages.pandas
|
||||||
|
python3Packages.scikit-learn
|
||||||
|
python3Packages.matplotlib
|
||||||
|
python3Packages.seaborn
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in New Issue