{ pkgs ? import {} }: pkgs.mkShell { packages = [ (pkgs.python3.withPackages (py: [ py.jupyter py.seaborn py.matplotlib py.pandas py.numpy ])) ]; }