Simon Li

Results 200 issues of Simon Li

It's still broken. This is a reminder that we'll need to update KubeSpawner at some point to work with the latest pytest-asyncio.

### Bug description There are some calls to `asyncio.ensure_future(...)` that aren't awaited: https://github.com/jupyterhub/kubespawner/blob/621be0e68d9dea38ac899c6054f966dd68d1d028/kubespawner/spawner.py#L2803-L2805 https://github.com/jupyterhub/kubespawner/blob/621be0e68d9dea38ac899c6054f966dd68d1d028/kubespawner/spawner.py#L3252-L3257 https://github.com/jupyterhub/kubespawner/blob/621be0e68d9dea38ac899c6054f966dd68d1d028/kubespawner/spawner.py#L3379-L3382 The [docs for `asyncio.ensure_future`](https://docs.python.org/3.12/library/asyncio-future.html#asyncio.ensure_future) say the resulting Task will be scheduled, but also says >...

bug

I need to create a new token for https://github.com/jupyterhub/mybinder.org-deploy/blob/bab0a754590ee1aa9fdd5de023411be4edd57d28/.github/workflows/update-grafana-data.yaml but I don't have access to the bot account, and I realised it's not documented. - [ ] Who's got access...

Closes https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues/92

Changes the donation link to Project Jupyter as suggested in https://github.com/jupyter/jupyter.github.io/pull/773#issuecomment-2429894552 Note it is not possible to donate specifically to mybinder.

The latest Cryptnono chart fails on OVH due to https://github.com/cryptnono/cryptnono/pull/38 requiring kernel 5.16+ OVH nodes have `5.15.0-107-generic` Original PR https://github.com/jupyterhub/mybinder.org-deploy/pull/3051, reverted in https://github.com/jupyterhub/mybinder.org-deploy/pull/3052 FYI @yuvipanda

bug

Notebook 7 is based on JupyterLab components, so this extension needs to be completely rewritten. The code in https://github.com/jupyterlab-contrib/jupyterlab-open-url-parameter might a good starting point? (Related to https://github.com/manics/jupyter-notebookparams/issues/1)

This allows this repo to be launched on mybinder.org, so it's easy to try: https://mybinder.org/v2/gh/manics/jupyter-tldraw/mybinder

Our database docs imply SQLite should not be used for medium/large production deployments: https://jupyterhub.readthedocs.io/en/latest/explanation/database.html#database-backends > For production systems, SQLite has some disadvantages when used with JupyterHub: > - upgrade-db may...

enhancement

### Proposed change Currently JupyterHub named servers are named by the user, and it is not possible to restrict the characters used. For example, it is possible to create a...

enhancement
breaking