the-littlest-jupyterhub icon indicating copy to clipboard operation
the-littlest-jupyterhub copied to clipboard

Simple JupyterHub distribution for 1-100 users on a single server

Results 145 the-littlest-jupyterhub issues
Sort by recently updated
recently updated
newest added

When I remove "allowed users" using `tljh-config`, I noticed those users are still listed in the JupyterHub admin interface. I assume they can't log in, but is there any way...

Previous URL is broken - [x] Add / update documentation - [ ] Add tests

I'm getting this error when I try to run tljh-config: tljh-config show Traceback (most recent call last): File "/opt/tljh/hub/lib/python3.6/site-packages/pkg_resources/__init__.py", line 574, in _build_master ws.require(__requires__) File "/opt/tljh/hub/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require...

bug

### Bug description This is my `/opt/tljh/config/config.yaml` file: ``` users: admin: - abc - abc auth: type: oauthenticator.github.GitHubOAuthenticator GoogleOAuthenticator: client_id: --- client_secret: --- oauth_callback_url: --- FirstUseAuthenticator: create_users: true GitHubOAuthenticator: client_id:...

bug

### Update by Erik 2021-10-25 A sensible pattern to do this is by doing either... ``` $ sudo -E conda install -c conda-forge nb_conda_kernels $ sudo -E conda create -c...

needs-documentation

### Bug description Following the documentation on https://tljh.jupyter.org/en/latest/howto/env/user-environment.html?highlight=upgrade#upgrade-to-a-newer-python-version I created the pip_pkgs.txt file. There is an issue with file with local references. I don't think this is tljh issue. It...

bug

- [x] Add / update documentation ## Information See https://github.com/jupyterhub/the-littlest-jupyterhub/issues/824; steps in documentation to upgrade python version don't seem to properly install required packages, and by default stuff them all...

### Bug description Following the instructions in the documentation on how to [Upgrade to a newer Python version](https://tljh.jupyter.org/en/latest/howto/env/user-environment.html#upgrade-to-a-newer-python-version), no users are able to create a new server, admin or not....

bug

Fresh install on AWS EC2 instance using the default script: curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin jupyteradmin Starts the web page fine and can login but then...

bug

### Bug description Hello, I had an old version of TLJH (from 2019). For mistake I've installed conda version of jupyter on TLJH. Then I removed jupyter packages from conda,...

bug