SepidehAlassi / digital_writing

0 stars 0 forks source link

SpaCy with Pyodide #2

Open glemaitre opened 1 week ago

glemaitre commented 1 week ago

I had a quick look and I think that you are going to get into trouble with Spacy because this is not pure Python package and it is not available in the the Pyodide distribution.

Maybe it would be easier to use something like pixi?

glemaitre commented 1 week ago

I open https://github.com/SepidehAlassi/digital_writing/pull/3 just to have the setup in case that installing pixi is a viable possibility.

Otherwise, it remains only the possibility where the deployment is done on a remote server like for Binder. But Binder is not anymore robust these days.

SepidehAlassi commented 1 week ago

@glemaitrel, yes, you are right about Spacy and probably some other NLP libraries I use in the notebook. Installing Pixi is not an option for the audience; some of them have zero experience with programming and necessary setup. I will divide the talk into a Jupiter notebook I run locally with all NLP stuff to show how things work and other notebooks about pandas, etc, on Jupyterlite to let the audience try examples.