jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.03k stars 339 forks source link

use a conda env.yaml for installing packages on build #779

Open raybellwaves opened 2 years ago

raybellwaves commented 2 years ago

Following https://tljh.jupyter.org/en/latest/topic/customizing-installer.html#installing-python-packages-in-the-user-environment which allows packages to me installed on the user env on building give uses a --user-requirements-txt-url flag. It would be nice to offer a conda alternative flag e.g. --user-environment-url

raybellwaves commented 2 years ago

This could also be done via the plugins https://tljh.jupyter.org/en/latest/topic/customizing-installer.html#installing-tljh-plugins