Yuvi
Yuvi
## Project description [JupyterHub](https://github.com/jupyterhub/jupyterhub) is a wonderful project that allows multiple users to spawn Jupyter notebooks (formerly IPython notebooks) in a shared space and collaborate together. It has support for...
### Bug description In some cases, the `jupyterhub-singleuser` server doesn't seem to notify activity to JupyterHub in an interesting way that makes JupyterHub think the server has not stopped activity...
### Proposed change Right now, it's impossible to have more than 250 users per-page in the JupyterHub admin page. However, this makes searching for a single user basically impossible -...
Ocassionally, our hub will stop responding properly (just sends back empty results). Logs show the following exception repeated over and over again: ``` [E 2017-06-22 07:19:20.632 JupyterHub ioloop:638] Exception in...
Most distributed custom proxy implementations can not support last_activity_timestamp recording. While we could just implement this directly in JupyterHub, that just adds another pseudo-process running in-process inside JupyterHub with its...
We currently use Tornado's HTTP Client (curl or simple). However, now that we're running on asyncio, we can use the more widely used aiohttp library. Minimum, it gives us a...
Simple .gitignore added
ssh-vault is amazing software and I love it! Unfortunately the Indian government is blocking access to https://ssh-vault.com/. Not sure if there is anything you can do, but wanted to let...
NFS is still a very popular storage setup, and is a good fit for use with z2jh in several cases: 1. When you are supporting a large number of users...
Very cool project! Am excited to play with it :) I'm trying to set this up with GCP, on a kubernetes cluster with [workload identity](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity) setup to provide GCP IAM...