jupyterlite / xeus-python-kernel

xeus-python in JupyterLite
https://xeus-python-kernel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 19 forks source link

Allow pre-installing pure Python packages with pip #100

Closed martinRenou closed 1 year ago

martinRenou commented 1 year ago

cc. @nthiery

As discussed here https://github.com/jupyterlite/xeus-python-kernel/pull/96#issuecomment-1362639098

We would need to remove the check here and find the proper way to pass them dependencies to micromamba/mamba/conda, or simply invoke pip with the right install prefix.