jupyter-ai
jupyter-ai copied to clipboard
`jupyter-ai` 2.x pulls `jupyter-collaboration` v1 files breaking the UI for `jupyter-collaboration` v2 users
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:
and for example causes this:
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