let pkgs = import {}; in pkgs.mkShell { packages = [ (pkgs.python3.withPackages (python-pkgs: with python-pkgs; [ pandas numpy seaborn matplotlib setuptools scipy uncertainties pillow sympy requests ])) ]; }