with import {}; 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"; }; }