Nicolas Brichet
Nicolas Brichet
@balajialg highlighted the fact that there have been some improvements about accessibility with Notebook 7: https://github.com/berkeley-dsep-infra/datahub/issues/3885. He provided a list of problems found by the [Axe Decque](https://www.deque.com/axe/) test tool that...
Please answer the following questions for yourself before submitting an issue - [x] I checked the documentation and found no answer - [x] I checked to make sure that this...
This PR add a `updatableFields` property to the user manager. This property is optional, and will be populated by the server API after https://github.com/jupyter-server/jupyter_server/pull/1518 ## References Related to: - https://github.com/jupyterlab/jupyterlab/issues/14327...
Fixes #1966 Should fix https://github.com/jupyter/nbgrader/security/dependabot/60 This PR replaces the use of deprecated `bower` by NPM. It also updates `underscore` dependency to >=1.13.1, which should fix a security error.
The formgrader extension relies on `bower` for the frontend dependencies that is serves. Bower is deprecated and should not be used anymore, we can't update the dependencies. This leads to...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
Adds the layout restorer, to restore the state of the side/down panels. It includes the current widgets opened in each panel, and the size of the panels. [record-2025-10-17_20.16.35.webm](https://github.com/user-attachments/assets/0e8c7ed0-b1a7-4db9-9af7-ceef32aa68d0) Fixes #6990...
This PR allows to add shortcut to every defined command. It also allow to modify the `selector` and `args` for the user defined shortcuts. The screenshot below is based on...
### Problem Classic Notebook opened the help in the bottom panel, while jupyterlab inlines it: https://github.com/jupyter/notebook/issues/6692 @jtpio opened a PR to reproduce the Classic Notebook behavior in Notebook 7 https://github.com/jupyter/notebook/pull/7713...