Created
May 16, 2019 22:29
-
-
Save chi-feng/0cd0b2957271cd3d0c6da0f4768acda3 to your computer and use it in GitHub Desktop.
install jupyter and spacy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda install -c conda-forge jupyter_contrib_nbextensions | |
conda install -c conda-forge jupyter_nbextensions_configurator | |
conda install -c conda-forge gensim | |
conda install -c conda-forge spacy | |
python -m spacy download en_core_web_sm |
Author
chi-feng
commented
May 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment