Jeremy Tuloup
Jeremy Tuloup
Some pages of the docs are written in Markdown: https://github.com/jupyterlab/jupyter-collaboration/blob/main/docs/source/configuration.md But some are not: https://github.com/jupyterlab/jupyter-collaboration/blob/main/docs/source/developer/contributing.rst For consistency it would be great to convert them all to Markdown, for example using...
Currently the docs mention "JupyterLab Realtime Collaboration":  However the project is now often referred to as "Jupyter Collaboration". Should the docs be updated to reflect this? If so, maybe...
Opening an issue to track the update to the next JupyterLite version. With https://github.com/jupyterlite/jupyterlite/pull/1590, JupyterLite simplifies its code base and the way plugins are being loaded. For Voici that means:...
## References This was originally brought up in https://github.com/jupyterlab/jupyterlab/issues/17147. Opening this PR early to start exploring a way to handle dynamic updates when the priorities change, and implement the following...
Currently the `conda-incubator/setup-miniconda@v3` step seems to be failing on CI:  Noticed in https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1110. This is likely related to the deprecation of `mambaforge`.
A meta issue for the 7.5 release planning. ## Features - https://github.com/jupyter/notebook/issues/6692 - https://github.com/jupyter/notebook/issues/6890
We should add a couple of new UI tests, ideally alongside changes in PRs. This issue tracks some checks we should add to: - [ ] check support for other...
Follow-up to https://github.com/jupyter/notebook/pull/6888 https://github.com/jupyter/notebook/pull/6888 added a few patches to be able to know when the file browser selected items change: https://github.com/jupyter/notebook/blob/fd45f31f983097e1217d4a42488aebef9dfb3d24/packages/tree-extension/src/index.ts#L139-L153 Ideally there should be a built-in signal emitted when...
The latest dependabot PRs don't seem to be leaving CI in a green state, which is counter-productive as a maintainer would have to do the updates manually, or fix the...
## References Python 3.8 is now EOL. ## Code changes - [x] Require Python 3.9+ - [x] Test on `3.9` - `3.13` on CI - [x] Update trove classifiers ##...