Nicolas Brichet

Results 50 issues of Nicolas Brichet

## Description Sometime the `prep-git` action fails with an error relative to the remote ref, for example in https://github.com/jupyterlab/jupyter-collaboration/pull/378: `fatal: couldn't find remote ref refs/pull/378/merge`. The workaround is to close...

bug

### Problem The "stop streaming" feature ([issue](https://github.com/jupyterlab/jupyter-ai/issues/965) and [PR](https://github.com/jupyterlab/jupyter-ai/pull/1022)) has not been ported yet in V3. I haven't found any issue about that, so I wonder if we want it...

enhancement

This PR allows the user to update its attributes name, display_name, initials, color and avatar_url. The updatable fields are send by the server, starting from https://github.com/jupyter-server/jupyter_server/pull/1518. It is backward compatible,...

enhancement

https://github.com/jupyterlab/jupyter-collaboration/pull/343 is disabling the `check-python` test from `check-release` workflow. This is due to jupyter-releaser not handling yet python monorepo with local dependencies: https://github.com/jupyter-server/jupyter_releaser/issues/499 We should enable the `check-python` test as...

maintenance

The users toolbar item in the document toolbar is already reused in [jupytergis](https://github.com/geojupyter/jupytergis). ![Image](https://github.com/user-attachments/assets/c46441ac-f5aa-4748-b8df-abc1c5bfcb8a) It would also be useful in [jupyter-chat](https://github.com/jupyterlab/jupyter-chat), and possibly in other shared documents. We were wondering...

Update compatibility to `jupyterlab>=4.1`, and update dependencies accordingly, the keyboard shortcuts are not compatible starting from version 4.1.0. ## Checklist - [ ] ran `doit lint` locally ## References Related...

Allows displaying the input prompt (execution count) for Notebook code cell. ## Checklist - [ ] ran `doit lint` locally ## References Fixes #67 ## Code changes - a setting...

Currently, we have two slightly different session file structures. The regular session file (from glue core) has be intentionally simplified, as the frontend do not need all its information, and...

When a viewer is closed it should be removed in the session file. Currently the viewer is not referenced anymore in the `viewer_list` but remains in the session file.

bug

## Description The `skipToMain` link has been added in https://github.com/jupyter/notebook/pull/6844 to allow user to tab only once to reach the first Notebook cell. But the link is also present in...

bug
tag:Accessibility