jupyterlab / jupyter-collaboration

A Jupyter Server Extension Providing Support for Y Documents
https://jupyterlab-realtime-collaboration.readthedocs.io/en/latest/
Other
140 stars 29 forks source link

Viewport scrollbar gets yanked to bottom of notebook #310

Open ibdafna opened 1 month ago

ibdafna commented 1 month ago

In a collaborative session with two users or more, when a user executes a code cell which, based on some interval, appends stdout content to the cell output area, the scrollbar of the users who did not execute the code gets yanked to the bottom of the page.

jupyter_collaboration==2.1.1
jupyterlab==4.1.5
pycrdt==0.8.23
pycrdt-websocket==0.13.4

rtc-testing-session

davidbrochart commented 1 month ago

cc @afshin for awareness.