the-littlest-jupyterhub
the-littlest-jupyterhub copied to clipboard
Simple JupyterHub distribution for 1-100 users on a single server
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...
- [x] Add / update documentation - [ ] Add tests This is a specific pain point that I encountered. I feel that it's a valuable feature to enable.
### 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...
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....
- [ ] Add / update documentation - [x] Add tests Closes https://github.com/jupyterhub/the-littlest-jupyterhub/issues/773
Based on https://discourse.jupyter.org/t/plans-on-bringing-rtc-to-jupyterhub/9813 Would be great to have an option to launch jupyter lab with `--colloborative`. See also https://github.com/manics/jupyterhub-rtc-example I'm curious how to pass a jupyter_config.py here e.g. https://github.com/manics/jupyterhub-rtc-example/blob/main/jupyterhub_config.py or...
Since the LXC is a system container, it's easy to create the dev environment as if we're on a real Ubuntu OS. Personally, I prefer LXC over Docker, as the...
### Proposed change On the docs add an "Edit this page button" similar to that for ztjh (bottom right of screen shot below) e.g. ztjh: https://zero-to-jupyterhub.readthedocs.io/en/latest/kubernetes/amazon/step-zero-aws.html e.g. tljh: https://tljh.jupyter.org/en/latest/install/amazon.html
Has there been any discussion on the best way to upgrade a running TLJH? Having some documentation with recommended steps and/or questions to ask yourself would be good. If you...