installed another spacy module from python env #7199
Answered
by
adrianeboyd
sugizo
asked this question in
Help: Other Questions
-
objective
question
thanks |
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Mar 3, 2021
Replies: 1 comment
-
You can run:
or:
Because of how newly installed packages are detected, you'll probably need to start the runtime in the notebook to be able to load it with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sugizo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can run:
or:
Because of how newly installed packages are detected, you'll probably need to start the runtime in the notebook to be able to load it with
spacy.load
.