Duc Trung Le
Duc Trung Le
## What are you trying to do? Hi @krassowski and @bollwyvl, after our discussion about the server extension package of `jupyterlab-lsp`, we obtained the green light to move `jupyter-lsp` into...
## References Add `Playwright` tests to test the outputs of notebook with bugged widgets. ## Code changes - Add a library of bugged widgets to `tests/widget_lib` - Separate notebook rendering...
## References Fixes #11435 ## Code changes - Add a new signal `displayModelRequested` in `CodeCellModel`, this signal is emitted when a `display_data` message is processed. - Attach a trust button...
## References Follow-up of https://github.com/jupyterlab/jupyterlab/pull/12534 - [x] Option to enable/disable LSP service - [x] Notebook adapter memory leak issue - [x] Documentation for language servers installation and configuration. - [x]...
Sync with TypeScript version in JupyterLab https://github.com/jupyterlab/jupyterlab/pull/12683
### Problem For now, `LSP` support for `JupyterLab` is provided by [`jupyterlab-lsp`](https://github.com/jupyter-lsp/jupyterlab-lsp) extension. While this monorepo offers a complete package with a lot of features, it's not easy for `JupyterLab`...
Reproduce: - Create a dashboard with multiple sections - Drag the sections to create different section-tabset - Save then reload the template.
## Description The mime type of the model of code editor (`CodeEditor.IModel.mimeType`) is defined as `string` but can also be an array of strings. ## Reproduce - Log the output...