You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current jupyter-collaboration 2.1.0 (and earlier) and jupyter lab 4.18 scrolling through the notebook becomes very difficult if there is a cell running with a lot of output in the "primary" jupyter lab.
To reproduce in a new notebook create the following example cell:
and open the notebook in a collaborative session in a second window / computer.
If the cursor is at the end of the notebook scrolling is nearly impossible. If the cell is collapsed the scroll bar jumps as in the following screencast:
The user interface in the "primary" jupyter lab that executed the cell shows no issues.
This looks very similar to #310, only that the collapsing of the cell gets temporarily reversed.
The text was updated successfully, but these errors were encountered:
@krassowski: I tried with jupyterlab-collaboration 3.0.0a2 and jupyterlab 4.2.2 and it is definitely better. It seems to me that in this combination #310 is fixed and this helps here as well but does not fix the issue of the collapsing.
The scrollbar of the notebook can now be used again, the rapid collapsing and uncollapsing of the output as in the screencast above still occurs.
With the current jupyter-collaboration 2.1.0 (and earlier) and jupyter lab 4.18 scrolling through the notebook becomes very difficult if there is a cell running with a lot of output in the "primary" jupyter lab.
To reproduce in a new notebook create the following example cell:
and open the notebook in a collaborative session in a second window / computer.
If the cursor is at the end of the notebook scrolling is nearly impossible. If the cell is collapsed the scroll bar jumps as in the following screencast:
The user interface in the "primary" jupyter lab that executed the cell shows no issues.
This looks very similar to #310, only that the collapsing of the cell gets temporarily reversed.
The text was updated successfully, but these errors were encountered: