Jeremy Tuloup

Results 2214 comments of Jeremy Tuloup

Closing as I've not seen this one for a while now and might have been fixed at some point. Feel free to reopen in https://github.com/jupyterlite/pyodide-kernel if the issue persists.

Since this change affects the `jupyterlab-widgets` Python package only, looks like it should have be available now? The latest release shows December 22, 2022 on PyPI: ![image](https://user-images.githubusercontent.com/591645/224045118-e6846eb9-4996-4c03-9788-db505fa75486.png)

So a quick way to check could be to upgrade to the latest version with `python -m pip install -U jupyterlab-widgets`

Since the first JupyterLab 4 beta is approaching, maybe it could be a good time to start experimenting with such a JupyterLab metapackage. The metapackage could first include extensions already...

Thanks @consideRatio for the detailed breakdown :+1: > a change in JupyterHub's script entrypoint jupyterhub-singleuser has changed between between 1.3.0 and 1.4.1? Out of curiosity, do you have a link...

Also this link share extension was initially made to share links to test RTC on the dev Binder for JupyterLab, which starts a separate Jupyter Server with jupyter-server-proxy: https://github.com/jupyterlab/jupyterlab/blob/1c8ff104a99e294265e6cf476dcb46279b0c3593/binder/jupyter_notebook_config.py#L39 In...

> the issue with this code it that it "steals" the toolbar buttons from the main filebrowser Maybe this discussion on the original PR might help (haven't double checked the...

@martinRenou wondering if this is now unblocked now that JupyterLab 3.4.3 is out with the fix in https://github.com/jupyterlab/jupyterlab/pull/12556?

There is an issue to update to JupyterLab 4: https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/issues/54