Skip to content

Conversation

@rgaiacs
Copy link
Contributor

@rgaiacs rgaiacs commented Sep 17, 2025

Please not that this pull request includes #5.

The IPython kernel used by Jupyter Notebook has a feature called magics that provides a sugar syntax for some operations. One of the magics is %%bash to run things in the shell command line. Users can have a Python Notebook cell with

%%bash
python -m spacy download en_core_web_sm

to install the model.

If you want to provide some models out of the box on mybinder.org, you can use postBuild as illustrated in this pull request.

@mmmaurer mmmaurer merged commit f28d616 into mmmaurer:main Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants