Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. with import <nixpkgs> {};
  2.  
  3. (python36.withPackages (ps: with ps; [
  4. numpy
  5. jupyter
  6. jupyter_core
  7. notebook
  8. matplotlib
  9. scipy
  10. pandas
  11. ])).env
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement