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 161 the-littlest-jupyterhub issues
Sort by recently updated
recently updated
newest added

This issue is extracted from #564: > But the first part of the documentation (here http://tljh.jupyter.org/en/latest/howto/auth/nativeauth.html#enabling-the-authenticator) use tljh-config to configure jupyterhub and the last part for optionnal features use a...

needs-documentation

### Bug description Admin rights are not available for users mentioned as admin in config file. Output for: sudo tljh-config show ![image](https://user-images.githubusercontent.com/40402527/97983481-609f9500-1dfb-11eb-8232-3f7340217c9a.png) #### Expected behaviour Users mentioned as admin in...

bug
support

More or less a repost of: https://discourse.jupyter.org/t/jupyterhub-tljh-has-confusing-documentation-on-docker-support/8949 The [installation documentation](https://tljh.jupyter.org/en/latest/install/custom-server.html) contains the following note at the top of the page: > Running TLJH inside a docker container is not supported,...

needs-documentation

### Proposed change Right now, custom.js is the only way to customize features such as "shutdown kernel on window close" or "open notebooks in same window", or general UI customization...

Originally reported by @ReubenTheDS in https://github.com/jupyterhub/the-littlest-jupyterhub/issues/638. ### Proposed change Add some info in the docs about the authenticators that ship with `jupyterhub` by default and thus can be used by...

enhancement
good first issue
needs-documentation

I think we need to get to the bottom of if and why we should install chardet explicitly, and if so, what version we should constrain it to. Below are...

maintenance

### Bug description #### Expected behaviour It should be possible to add admin users identified as numbers via `tljh-config`. #### Actual behaviour Doing so yields an error (see traceback below)...

bug

Can we get some CentOS support with the installer? I'm not a python dev so I can't write code but I managed to remove the parts that were Ubuntu specific....

wontfix

The installer adds ` https://deb.nodesource.com/node_10.x/dists/bionic/InRelease` (on U18.04) to sources.list.d/, but there's no documentation that indicates this.

needs-documentation

### Bug description My custom Jupyter Notebook extension consist of the `main.js` file but also other files - JS helpers and React build artifacts. I install the package and enable...

bug