Skip to content

Instantly share code, notes, and snippets.

@mebubo
Created October 5, 2019 22:02
Show Gist options
  • Save mebubo/ca34c61f95cfd046796f9a68e2500d80 to your computer and use it in GitHub Desktop.
Save mebubo/ca34c61f95cfd046796f9a68e2500d80 to your computer and use it in GitHub Desktop.
let
pkgs = import <nixpkgs> {};
pythonPackages = p: with p; [ numpy jupyter matplotlib pandas seaborn ];
p = pkgs.python3.withPackages pythonPackages;
in
p.env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment