Nicolas Brichet

Results 27 issues of Nicolas Brichet

This PR is an example to create a form in JupyterLab `NotebookTools` panel. It depends on an other PR in JupyterLab : https://github.com/jupyterlab/jupyterlab/pull/13056.

### Problem The interface switcher widget is currently a `MenuBar` widget (from Lumino) with only one first level item (`Open with...`). The `MenuBar` widget catches the left and right arrow...

enhancement
tag:Accessibility

This PR fixes the inconsistent item order in reactive toolbar. Follow up https://github.com/jupyterlab/jupyterlab/pull/15553 and https://github.com/jupyterlab/jupyterlab/pull/15021 ## References Fixes https://github.com/jupyterlab/jupyterlab/issues/15676 Fixes https://github.com/jupyterlab/jupyterlab/issues/15758 ## Code changes When an item is inserted in...

bug
pkg:ui-components

This PR aims to open formgrader with a configuration file (*nbgrader_config.py*) from the local directory. Currently, the formgrader loads the *nbgrader_config.py* files from: - the directories in `jupyter_config_path` - the...

enhancement

When navigating into a feedback document, there is a `Top` button on each cell, to go to the top of the document. The HTML needs to be trusted to display...

bug

The `codecov` link was broken and some tests were failing because of this (`check_release` and `link_check`). It has been removed in https://github.com/jupyter/nbgrader/pull/1741, but should be restored. As far as I...

maintenance

Should we update the minimal compatible version of Jupyterlab to 3.x in the issue checklist ? # Checklist - ... - [ ] The extension is working on at least...

transfer

This PR addresses https://github.com/jupyter/nbgrader/issues/1816. It suppresses server error messages during user interface tests, which suggest that the test is not passing, and make the stdout output difficult to analyze.

maintenance

## Description Labextensions can be enabled/disabled at several level: *user*, *sys_prefix* or *system* level. The way it works in jupyterlab is to write a file if the extension is explicitly...

bug
tag:Extensions

## Description As noticed by @krassowski in https://github.com/jupyterlab-contrib/jupyter-chat/issues/15, the releaser bumps the version 2 times in the workflow, with the current settings. Related issue: https://github.com/jupyter-server/jupyter_releaser/issues/567 Some logs from a recent...

bug