Skip to content

Instantly share code, notes, and snippets.

@JonathanReeve
Created February 6, 2019 01:24
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/b9d1d3a0dff7bec95534bcffbc079f81 to your computer and use it in GitHub Desktop.
Save JonathanReeve/b9d1d3a0dff7bec95534bcffbc079f81 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
((python37.withPackages (ps: with ps; [
pandas
matplotlib
spacy
ftfy
spacy_models.en_core_web_lg
jupyter
word2vec
])).override({ignoreCollisions=true;})).env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment