Open
Description
I was looking to play around with the notebook and decided to try to load it up on mybinder.
https://mybinder.org/v2/gh/o19s/bad-libs/master
I had to add two new cells to the notebook to get it to fully run.
import sys
!conda install --yes --prefix {sys.prefix} spacy
import sys
!{sys.executable} -m spacy download en_core_web_sm
I also changed lg
to sm
for the spacy model to prevent the download from taking a long time.
Metadata
Metadata
Assignees
Labels
No labels