Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

Thanks @EwoutH. Looks like the windows and ReadTheDocs failures may be relevant: ``` Encountered problems while solving: - nothing provides _python_rc needed by python-3.13.0rc1-h3b4618f_0_cp313t ```

> I think we should also unpin sphinx (which forces an older version of docutils). It looks like we have the following pin at the moment: https://github.com/jupyterlite/jupyterlite/blob/6b3ae93ff1d8875e9b18acffd964d29a45b97a2d/docs/environment.yml#L33 But the latest...

Thanks! I opened a separate PR to look into this, but it looks like the `sphinx` update breaks the build on ReadTheDocs: https://github.com/jupyterlite/jupyterlite/pull/1493

I tried to make some progress with the sphinx update in https://github.com/jupyterlite/jupyterlite/pull/1493 but could not make it work yet. So stopping for now. @EwoutH @Carreau if one of you would...

https://github.com/jupyterlite/jupyterlite/pull/1493 is fixed, let's check if CI now passes here.

Thanks @ajinkyaspatil20 for working on this and opening the PR. As mentioned in https://github.com/jupyter/notebook/issues/7682#issuecomment-3133356772, it looks like this would be the kind of feature that can directly be implemented in...

Nice, thanks! Since it's a pretty big change (300+ changed files), maybe we should target 4.6.0 just to be sure? Unless folks are confident this could be part of 4.5.x....

@martinRenou there are a couple of conflicts to fix after the merge of https://github.com/jupyterlab/jupyterlab/pull/18073. Then, we should probably get this merged into `main` right after.

Thanks @JasonWeill for the report. I think this also happens on a dev install of JupyterLab, so not sure it's directly related to `jupyter-collaboration`.

But we can likely fix it on this repo too. Running `jlpm why punycode -R` gives the following: ``` ├─ @jupyter/collaboration-extension@workspace:packages/collaboration-extension │ ├─ @jupyter/docprovider@workspace:packages/docprovider (via ^3.0.0-rc.0) │ └─ @jupyterlab/builder@npm:4.2.4 (via...