Ray Bell

Results 154 issues of Ray Bell

I would like to pass a package to `tljh_custom_jupyterhub_config` however this command is called before the plugins are run. i.e. in the logs I see 2022-01-25 01:59:28,680 Setting up user...

enhancement

There is various logging for other plugin e.g. `tljh_extra_hub_pip_packages` https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/tljh/installer.py#L361 would be good to add logging for other plugins such as `tljh_config_post_install` (https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/tljh/installer.py#L416)

bug

From my limited testing experience I couldn't get the `tljh_extra_hub_pip_packages` plugin to work. This seems like a dup of `--user-requirements-txt-url` and could therefore be deprecated. FWIW the `tljh_extra_user_conda_packages` plugin works...

enhancement

When looking at the logs i'm not sure when the setup has finished as the last line is `logger.info("Running TLJH installer...")`. This PR adds the line `logger.info("TLJH setup complete")` so...

I was looking how to create a user environment. I tried `mamba create -n test_env python=3.9 --y` but when I did `conda activate test_env` I got `CommandNotFoundError: Your shell has...

enhancement

I would like a plugin function to create environmental variables. Motivation is for https://github.com/dask/dask-labextension/issues/183 i.e. set `export DASK_DISTRIBUTED__DASHBOARD__LINK=/user/${JUPYTERHUB_USER}/proxy/8787/status` ### Proposed change A function in https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/tljh/hooks.py called `tljh_environmnetal_variables'` ### Alternative options...

enhancement

### Proposed change When launching tljh for the first time in launches using /lab instead of /tree (classic) ( ### Alternative options You can do it by hand after launch...

enhancement

See https://github.com/jupyterhub/the-littlest-jupyterhub/issues/778

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....

enhancement

- [ ] Add / update documentation - [x] Add tests Closes https://github.com/jupyterhub/the-littlest-jupyterhub/issues/773