You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Currently jupyterlite-xeus-python supports reading dependencies from an environment.yml file which is great 👍
However some folks new to Python and likely to use JupyterLite might not be familiar with the whole conda world of packages. This might not be an issue if they are just using an existing JupyterLite site. However it could become one if they want to build their own site.
Proposed Solution
Maybe the kernel addon could also support reading dependencies from a requirements.txt if available. And "translate" it to an environment.yml transparently before triggering the build.
This might need #102 first, as not all packages on PyPI are available on conda-forge.
Problem
Currently
jupyterlite-xeus-python
supports reading dependencies from anenvironment.yml
file which is great 👍However some folks new to Python and likely to use JupyterLite might not be familiar with the whole conda world of packages. This might not be an issue if they are just using an existing JupyterLite site. However it could become one if they want to build their own site.
Proposed Solution
Maybe the kernel addon could also support reading dependencies from a
requirements.txt
if available. And "translate" it to anenvironment.yml
transparently before triggering the build.This might need #102 first, as not all packages on PyPI are available on conda-forge.
Additional context
This came up in discussions after the presentation about JupyterLite at a Python meetup: https://www.meetup.com/fr-FR/groupe-dutilisateurs-python-grenoble/events/291818929/
The text was updated successfully, but these errors were encountered: