Jeremy Tuloup
Jeremy Tuloup
### Problem As noticed in https://github.com/jupyterlite/pyodide-kernel/issues/59#issuecomment-2257818562, leaving trailing commas in a `jupyter-lite.json` prevents the `jupyter lite build` process to pick up the config provided in this file, without failing or...
This is an issue for the `0.5.0` release planning. ## Features - Update to JupyterLab 4.3 and Notebook 7.3 ## Timeline TBD
## Description When using `jupyterlab-git` on a system for which the main SSH key is passphrase protected, `jupyterlab-git` may become unusable even when using it locally only. [jupyterlab-git-stuck.webm](https://github.com/user-attachments/assets/1d785847-e826-4782-8bdd-2c0f1c225206) ## Reproduce...
## Is your feature request related to a problem? Please describe. Currently the JupyterLab git panel looks like this:  While the other panels use a more consistent collapsable side...
## Description Clicking on the refresh icon quickly creates many notifications. ## Reproduce 1. Go to the git panel 2. Click on the refresh icon multiple times 3. Many notifications...
## Is your feature request related to a problem? Please describe. JupyterLab git does not show any information about other repos listed in a `.gitmodules` file. For example https://github.com/denoland/deno defines...
## Description Using the branches UI to switch between branches:  Seems to be reverting local changes. ## Reproduce 1. Clone a repo 2. Make a change to a file...
## Description The demo appears to be broken when trying it on Binder:  ## Reproduce https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/HEAD?urlpath=lab/tree/demo ## Expected behavior JupyterLab should start on Binder. ## Context Also reported in...
`jupyverse` was built with `fps` in the beginning: https://github.com/jupyter-server/fps But then it switched to Asphalt: https://github.com/jupyter-server/jupyverse/pull/277 However all `jupyverse` plugins still use `fps-` as their prefix. This is confusing because...
Fixes the settings code snippet in the README so it renders nicely, and can be copied and paster more easily. **Before**  **After** 