Jeremy Tuloup
Jeremy Tuloup
In https://github.com/jupyter/notebook/pull/7423 we tried to make the file browser default column width stable. But it looks like they are not by default, as reloading the page several times in a...
In addition to this test, maybe it could be interesting to add a UI test to mimic real user interactions: https://github.com/jupyter/notebook/tree/main/ui-tests But we can track that in a separate issue...
Is there any design decision for not having the ability to rename `Console` and `Terminal` sessions? I realized it comes up quite instinctively when organizing different types of tasks on...
## References Fixes https://github.com/jupyterlab/jupyterlab/issues/14623 ## Code changes Move the handling of the file browser settings to a separate plugin, so it's easier to change the settings and not have them...
The `check-links` check has been failing on CI for the past few days with the following error:  ``` FFFFF [ 80%] =================================== FAILURES =================================== _ /home/runner/work/jupyterlab/jupyterlab/docs/source/user/extensions.rst: https://pypi.org/search/?c=Framework+%3A%3A+Jupyter+%3A%3A+JupyterLab+%3A%3A+4 _ https://pypi.org/search/?c=Framework+%3A%3A+Jupyter+%3A%3A+JupyterLab+%3A%3A+4:...
## References Fixes #15329 Replaces https://github.com/jupyterlab/jupyterlab/pull/16556 Replaces https://github.com/jupyterlab/jupyterlab/pull/16783 Closes https://github.com/jupyterlab/jupyterlab/pull/16141 Depends on https://github.com/jupyterlab/jupyterlab/pull/16804 More references: - Based on https://github.com/jupyterlab/lumino/pull/703 - Inspired by https://github.com/jupyterlab/jupyterlab/pull/13558 - Alternative to #16744 - Follows a...
## Description The galata snapshot workflow seems to often update snapshots that shouldn't be updated. For example `galata/test/documentation/general.test.ts-snapshots/command-palette-documentation-linux.png`:  This leads to some maintenance burden, as a maintainer then needs...
As noticed in https://github.com/jupyterlab/jupyterlab/issues/16857, we are now hitting a project size limit issue when publishing releases to PyPI: ``` ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Project size too large....
## References Fixes https://github.com/jupyterlab/jupyterlab/issues/11547 As discussed in https://github.com/jupyterlab/jupyterlab/issues/11547, this status bar item is probably not very useful in practice. And hiding it by default would leave more space for other...
Running JupyterLab in `dev-mode` and making changes triggers a new build automatically, and logs the following message:  ``` (node:191731) [DEP_WEBPACK_WATCHER_FILE_TIME_INFO_ENTRIES] DeprecationWarning: Watcher.getFileTimeInfoEntries is deprecated in favor of Watcher.getInfo since...