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

### Bug description This morning when a user tried to start to work on my server he noticed that he can't start the kernel because an error. When I dig...

bug

When I try to embedd tljh in iframe with below settings in jupyter_config.py file ```Python c.JupyterHub.tornado_settings = { 'headers': { 'Content-Security-Policy': 'frame-ancestors self *', } } c.Spawner.args = ["'--NotebookApp.tornado_settings={'headers': {'Content-Security-Policy':...

support

### Bug description We have a Jupyterhub (TLJH) server with about 10 users. Currently one of them has this as his default terminal font when using Chrome. He does not...

bug

### Proposed change Our setup uses /home for networked home directories. Is there a way to get tljh to put its users somewhere else? (this might not be a feature...

enhancement

This adds a lockfile for the TLJH config. Given the reused code it seems things are due for a refactor. I partially did this by abstracting the code that retrieves...

e.g. support RStudio inside of this JupyterHub a la https://github.com/binder-examples/r inquiring minds would like to know ;) ## Status update 1 (added by CH) Currently it is not possible to...

help wanted
documentation

### Bug description Followed the instructions to add a shared folder: Users cannot write new notebooks to shared dir /srv/scratch because they do not have the correct permission on the...

bug
help wanted

### Bug description TLJH fails on upgrade form Ubuntu 22.04.5 LTS to 24.04.2 LTS ### How to reproduce A TLJH on Ubuntu 22.04 was upgraded to 24.04. The jupyter.service fails...

bug

updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.20.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](https://github.com/pycqa/isort/compare/5.13.2...6.0.1) - [github.com/psf/black: 24.8.0 → 25.1.0](https://github.com/psf/black/compare/24.8.0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](https://github.com/pycqa/flake8/compare/7.1.1...7.2.0)

Hi, I've think I've found a very simple case allowing a user to access another user session with tljh (and I guess jupyter lab alone). Should I report it here...

bug