8000 Run on mybinder? · Issue #1 · o19s/bad-libs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Run on mybinder? #1
Open
Open
@risdenk

Description

@risdenk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0