Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

Looks like CI is now passing, and looking good on RTD (see screenshots above). Will aim for a first `0.4.0` pre-release early next week.

Thanks @Carreau for the review!

Sure. @Carreau would you like to open a PR to add such tag? Thanks!

> The issue "Repository is read only" This seems to be an issue in JupyterLab, which also affects JupyterLite: https://github.com/jupyterlab/jupyterlab/issues/15629

> This might be a new issue and JupyterLite specific, as I can change and run the existing notebooks, I just can't make a new one. Maybe JupyterLab is being...

Looks like we can keep the discussion about the drive issue in the JupyterLab repo: https://github.com/jupyterlab/jupyterlab/issues/15629 Originally, this issue reported a different bug, which let to this [comment](https://github.com/jupyterlite/jupyterlite/issues/1374#issuecomment-2063448971), and is...

@delongZhai Just to double check: you also need to run the `jupyter lite build` command to make sure the extension is correctly picked up. Also your extension looks similar to...

According to the logs, it looks like it picked up some extensions (`federated_extensions:copy:ext`). Is your extension installed in the same environment as other extensions? Also you may want to use...

> To include the extension into labextension, execute: > > ```shell > jupyter labextension install jupyter-repl-msgbridge > ``` Re-reading the top message, this step should not be necessary. This used...

Hey folks, > JupyterLab 4/CodeMirror 6 JupyterLab 4.1 added an inline completer API: https://jupyterlab.readthedocs.io/en/latest/extension/extension_points.html#inline-completer Using the inline completer API means that this functionality can be distributed as a regular JupyterLab...