Jeremy Tuloup
Jeremy Tuloup
## References Mechanical update to: - https://github.com/microsoft/playwright/releases/tag/v1.53.0 - https://github.com/microsoft/playwright/releases/tag/v1.53.1 ## Code changes - [x] Playwright update ## User-facing changes None ## Backwards-incompatible changes None
## References Fixes https://github.com/jupyterlab/jupyterlab/issues/3860 Audio and video are taking a more significant part of AI workflows these days, for example for transcribing audio to text with tools like `whisper`. ##...
## References Follow-up to https://github.com/jupyterlab/jupyterlab/pull/17563 Noticed in https://github.com/jupyter/notebook/pull/7656 ## Code changes Emit `selectionChanged` on model refresh ## User-facing changes None ## Backwards-incompatible changes None
### Problem As a follow-up to https://github.com/jupyterlab/jupyterlab/pull/16963 Currently extension developers can leverage code suggestions from the TypeScript interfaces: https://github.com/jupyterlab/jupyterlab/blob/1b19a7e7b7c8702c09aba6ba9239143df8bda25f/packages/services/src/kernel/kernel.ts#L344-L399 But it would be great if we could have something more...
## Current Status This is an issue to track the features for the `4.5.0` release. ## Features & notable enhancements - [ ] https://github.com/jupyterlab/jupyterlab/issues/3860 - [x] https://github.com/jupyterlab/jupyterlab/pull/17408 - [x] https://github.com/jupyterlab/jupyterlab/pull/17445...
## References Fixes https://github.com/jupyterlab/jupyterlab/issues/15629 ## Code changes - Manually trigger a `FocusEvent` to make sure the underlying `FocusTracker` keeps its `currentWidget` up-to-date. ## User-facing changes Testing with https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access, which requires...
## References Part of https://github.com/jupyterlab/jupyterlab/issues/16174 Builds on top of https://github.com/jupyterlab/jupyterlab/pull/17271 (to be merged first) TypeScript 5.6 blog post: https://devblogs.microsoft.com/typescript/announcing-typescript-5-6 ## Code changes - [x] Update to `typescript~=5.6.3` - [x] Fix...
As a follow-up to #16598, we should add a test for the file browser single-click navigation: A great follow up here would be adding a test because otherwise this feature...
As a follow-up to https://github.com/jupyterlab/jupyterlab/pull/17398, we should look into adding back the check for changed files in the `staging` directory. For example using a git command directly, as in https://github.com/jupyterlab/jupyterlab/pull/13625.
`repo2docker` supports the [`--subdir`](https://repo2docker.readthedocs.io/en/latest/usage.html#cmdoption-jupyter-repo2docker-subdir) option to specify a sub-directory when using the tool from the command line. It would be great to use it for binderhub too! Given the following...