Simon Li

Results 1067 comments of Simon Li

I think the confusion arises because there are multiple ways to do things. E.g. Does the spawner configure itself based on a user's group, or does it the authenticator that...

Note there's a duplicate post on Discourse https://discourse.jupyter.org/t/no-available-storage-method-found-error-when-implementing-custom-storage-driver/29267

[nbclassic](https://nbclassic.readthedocs.io/en/latest/nbclassic.html) is a different package to notebook

Do you think we should put your script into an optional initContainer in this chart? Perhaps with a flag to control how to resolve multiple matching PVCs (oldest, newest, or...

I can see the attraction of storing arbitrary information in the spawner state since it requires minimal work on your side, but to me it doesn't feel like the right...

Please can you tell us your Z2JH version, and share your full configuration?

This should be where the page config vars originate: https://github.com/jupyterhub/jupyterhub/blob/5.2.1/jupyterhub/singleuser/extension.py#L216-L234

You could update the docs on https://jupyterhub.readthedocs.io/en/stable/tutorial/collaboration-users.html https://github.com/jupyterhub/jupyterhub/blob/main/docs/source/tutorial/collaboration-users.md Disabling oauth isn't recommended unless all users fully trust each other, so I wouldn't include that.

@ganisback Thanks for your contribution! To help with review please could you expand the PR description to explain what this does, and why it's needed? We'll need some tests if...

It's required for hub authentication. Without auth BinderHub has admin permissions on JupyterHub to create a temporary user with token authentication for the server. jupyterhub-singleuser is included in repo2docker images.