jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

`jupyter-ai` 2.x pulls `jupyter-collaboration` v1 files breaking the UI for `jupyter-collaboration` v2 users

Open krassowski opened this issue 4 months ago • 1 comments
trafficstars

This:

https://github.com/jupyterlab/jupyter-ai/blob/8b5b369c34f838b7c9cf2df8eee96b3eaeca2608/packages/jupyter-ai/package.json#L64

which pulls a very different implementation of CollaboratorsPanel than the latest:

Image

and for example causes this:

Image

because that was fixed v2 but not in version bundled by jupyter-ai and other issues were fixed too:

  • https://github.com/jupyterlab/jupyter-collaboration/pull/383
  • https://github.com/jupyterlab/jupyter-collaboration/pull/465

krassowski avatar Jun 30 '25 15:06 krassowski