-
After putting this:
c.JupyterHub.authenticator_class = 'kerberosauthenticator.KerberosAuthenticator'
c.JupyterHub.keytab = '/etc/jupyterhub/HTTP.keytab'
As was written in https://jupyterhub-kerbe…
-
Tried following steps for jupyter hub deployment with SAML authentication on EKS .
1)Changes in Docker image for jupyter hub+ saml authenticator + metadata.xml copied
Source :-
https://github.com/j…
-
Hello,
Trying to set up Jupyterhub to authenticate LDAP users against an existing KDC on a separate node.
So far, I have the following:
Dockerfile
```
FROM jupyterhub/jupyterhub
RUN apt…
-
I noticed in the PyPI critical package updates that these two are on my github and only have me as a maintainer. They don't really require any maintenance, given that they are single-purpose packages,…
-
# Description
We wish to build a MyST MVP that will allow communities to build interactive starter documentation to help them bootstrap themselves and provide their users with a rich, interactive and…
-
### Bug description
When customizing the singleuser port (e.g., setting it to 9999), the routing works correctly, directing traffic to port 9999. However, after a JupyterHub restart, the routing be…
-
Hi! First of all, thank you for developing nbgrader (@jhamrick) and this particular jupyterhub deployment! I installed and configured out server to run this deployment a while ago, and everything work…
-
now that we have the htcondor queue setup, we can think of the jupyterhub @juztas
This [issue](https://github.com/jupyterhub/batchspawner/issues/125) and this [tutorial](https://indico.cern.ch/event…
-
## Is your feature request related to a problem? Please describe.
JupyterHub 5.0 [will introduce](https://github.com/jupyterhub/jupyterhub/pull/4594) the concept of sharing, so users can grant each…
minrk updated
10 months ago
-
Hi,
I have followed the instructions in the readme. First install the whole thing via pip and then add in the config I use the following configration :
```
c.JupyterHub.authenticator_class = 'jhub_…