-
I'd like to make a release of JupyterHub to reference form a Z2JH release. So, what can I do to help? I can start working on a CHANGELOG.md!
@minrk @GeorgianaElena do you have suggestions on what I…
-
Is it possible to add text to the topbar-extension's text bar using a (config) file?
I'm using JupyterLab environments spawned by JupyterHub so I want to add e.g. the used image and version to the…
-
##### SUMMARY
I would like to use the module `os_keypair` to generate a ssh keypair with openstack through ansible API. When running the playbook below, the keypair is actually generated and displaye…
-
Hello,
we tried to replace the hub image by our own extended image to install some more dependencies on the hub.
We already tried creating the image in several ways:
The most simple one:
```
…
-
Everything works well until we wanted to set the NB_USER to the logged in user. When changed the config to run as root and start.sh as default cmd, getting the below error in the log and the container…
-
Once https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/1444 is resolved, bump the allowed k8s version to 1.16.
-
Hi!
Since Kubernetes 1.16.x kubespawner stopped working (https://github.com/jupyterhub/kubespawner/issues/354#issue-498060336) and there doesn't seem to exist any efforts by the team to fix this.
…
-
Relevant part in the docs: https://zero-to-jupyterhub.readthedocs.io/en/latest/security.html#kubernetes-network-policies
I've restricted traffic to ports 53. However it is still possible to create …
-
Hi,
I'm trying to get JupyterHub running on Kubernetes with KubeSpawner and external Traefik as the proxy.
JupyterHub is capable of spawning a singleuser notebook on a new pod, but fails to redire…
-
Team, I am new to kubespawner and was trying to add environment variables so that notebook can utilize GPU. The environment variables come from config map gpu-env which exists. I added following line…