Commit dbc40727 authored by Samuel Loury's avatar Samuel Loury

Add the shell.nix file

parent 685fb51c
with import <nixpkgs> {};
mkShell rec {
buildInputs = [
python38
python38.pkgs.pandas
python38.pkgs.seaborn
# python38.pkgs.ipython
# python38.pkgs.ipdb
];
DATA = fetchurl {
url = "https://www.sentiweb.fr/datasets/incidence-PAY-7.csv";
sha256 = "43a4a004272416b5b0b41e9a725e44899729a72f7ff3cccb182700f4f78ade79";
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment