Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

@astrowonk maybe disabling the context menu plugin with `jupyter labextension disable @jupyterlab/application-extension:context-menu` would work?

> this does seem to work now Closing as fixed then. Feel free to open new issues if needed, thanks!

https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1112 seems to be helping with conda setup part already. However there are other failures related to some robot framework stuff. If someone with knowledge of that would like to...

> Something like this: > https://github.com/vidup/vercel-ai/blob/90b867f2963b43942d5a2320c2b5d4ef5683592e/packages/openai/src/openai-chat-settings.ts#L2 > (or to test it directly: https://github.dev/vidup/vercel-ai/blob/90b867f2963b43942d5a2320c2b5d4ef5683592e/packages/openai/src/openai-chat-settings.ts#L2) Thanks @vidup for sharing this 👍 Also stumbled on this, and it seems like something like the...

At some point yes, but will probably not have the bandwidth in the coming weeks / months.

There is the `jupyterlab-quickopen` extension: https://github.com/parente/jupyterlab-quickopen

For reference, I recently looked into updating the [`quickopen` extension](https://github.com/parente/jupyterlab-quickopen) so that it works with JupyterLab 4 and Notebook 7: [jupyterlab-quickopen-lab-4-update.webm](https://github.com/user-attachments/assets/77567c89-ad52-4be8-b0e4-612700353242) [jupyterlab-quickopen-notebook-7.webm](https://github.com/user-attachments/assets/49147847-2b98-4016-8a11-5d0e8d9749e1) Currently it's still a draft PR: https://github.com/parente/jupyterlab-quickopen/pull/48 For...

If we end up adding a new server endpoint for the tree-based file browser (https://github.com/jupyterlab/jupyterlab/issues/5526#issuecomment-3164809012), maybe it could also be worth considering moving the quickopen extension to core JupyterLab?

> moving the quickopen extension to core JupyterLab If so, maybe the `apputils` and the `apputils-extension` could be a good place for it. The front-end part of the quickopen extension...

OK, I'm adding this issue to the 4.5 milestone and hopefully there will be time to look into this!