Skip to content

Instantly share code, notes, and snippets.

@JonathanReeve
Created February 6, 2019 01:24
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