Skip to content

Instantly share code, notes, and snippets.

@JonathanReeve
Created February 14, 2019 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonathanReeve/661b89d24d872fa73ddd1ff160f1a458 to your computer and use it in GitHub Desktop.
Save JonathanReeve/661b89d24d872fa73ddd1ff160f1a458 to your computer and use it in GitHub Desktop.
Python environment
with import <nixpkgs> {};
((python37.withPackages (ps: with ps; [
pandas.overrideAttrs(oldAttrs: { doCheck = false; })
matplotlib
gensim
spacy
ftfy
spacy_models.en_core_web_lg
jupyter
scikitlearn
six
nltk
])).override({ignoreCollisions=true; })).env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment