Simon Li

Results 200 issues of Simon Li

**What docker images this feature is applicable to?** - `jupyter/base-notebook` - Notebooks that use startup hooks to configure the environment **What changes do you propose?** Split `start-notebook.sh` or `start.sh` into...

type:Enhancement

### Bug description Reported in https://discourse.jupyter.org/t/what-does-the-shutdown-hub-button-really-do/14023 The Shutdown button in the admin interface causes an instant(?) shutdown, it does not offer options to stop or keep the proxy or singleuser...

bug

### Proposed change This is a follow-up from @minrk's comment https://github.com/jupyterhub/jupyterhub/pull/3790#issuecomment-1040109321 The hub admin page is no longer restricted to "full" admins, as RBAC scopes allow users to have some...

enhancement

### Proposed change Currently several hub API endpoints are protected by a referer check: https://github.com/jupyterhub/jupyterhub/blob/c00c3fa28703669b932eb84549654238ff8995dc/jupyterhub/apihandlers/base.py#L53-L61 Which means API requests must originate from `http(s):///hub/`. The RBAC work exposes more granular access...

enhancement

### Proposed change This chart uses `c.JupyterHub.base_url` https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/6f4609e2f73258c7e0146f8e849d31aa7fe7f09f/jupyterhub/files/hub/jupyterhub_config.py#L83-L94 This property was deprecated in JupyterHub 0.9 (which I've only just realised!), the replacement is `c.JupyterHub.bind_url`. https://github.com/jupyterhub/jupyterhub/blob/36cad38ddf00c3fe92d813fd7bf8715fb876d006/jupyterhub/app.py#L623-L633 ### Alternative options Do nothing...

enhancement
help wanted

### Proposed change Thinking aloud.... `hub.config.` allows arbitrary pass through of traitlets. The downside is it bypasses the Helm chart schema validation. Is it worth trying to autogenerate `hub.config.` schemas...

enhancement

### Proposed change Add an example to the docs of subclassing a bundled Authenticator in-line using extraConfig, with an example of using auth_state ### Alternative options Do nothing. Answer questions...

enhancement

See https://discourse.jupyter.org/t/can-i-use-hub-initcontainers-or-hub-extracontainers-to-add-packages-that-would-then-be-visible-to-jupyterhub/2033 These are the current customisation topics in the docs: ``` Customization Guide Customizing your Deployment Applying configuration changes Customizing User Environment Customizing User Resources Customizing User Storage Customizing...

documentation

BinderHub is slowly gaining the ability to move beyond running on Kubernetes with Docker. This is the first step to make it possible to configure parameters specific to the underlying...

enhancement

This is a follow-up to https://github.com/jupyterhub/binderhub/pull/1518 that switches the default build class from `Build` to the new Traitlets based `KubernetesBuildExecutor` class.

enhancement
breaking