jupyterhub / yarnspawner

Spawn JupyterHub single user notebook servers in Hadoop/YARN containers.
https://jupyterhub-yarnspawner.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
19 stars 16 forks source link

Support of allow_named_servers setting #18

Open szhem opened 4 years ago

szhem commented 4 years ago

This PR adds support of allow_named_servers setting.

Previously, only default servers were supported for the users. Trying to start a named server for a given user led to the following behaviour:

szhem commented 4 years ago

@jcrist Could you please see at the builds? They seem to fail because of jupyterhub versions

image

As far as I know jupyterlab.labhubapp is deprecated due to native integration.

image

What do you suggest to do in this case?