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
When moving a cell in JupyterLab, the system emits separate add and remove events sequentially instead of a single move event. According to the defined specification, it should emit a move event to better track cell movements.
When a cell is moved, a single move event should be emitted instead of separate add and remove events. The move event should have the following structure:
chanhee-park
changed the title
Emit Single Move Event Instead of Separate Add and Remove Events When Moving Cells in JupyterLab
Emit Single 'move' Event Instead of Separate 'add' and Remove Events When Moving Cells in JupyterLab
Aug 7, 2024
chanhee-park
changed the title
Emit Single 'move' Event Instead of Separate 'add' and Remove Events When Moving Cells in JupyterLab
Emit Single 'move' Event Instead of Separate 'add' and 'remove' Events When Moving Cells in JupyterLab
Aug 7, 2024
Description
When moving a cell in JupyterLab, the system emits separate add and remove events sequentially instead of a single move event. According to the defined specification, it should emit a move event to better track cell movements.
https://jupyterlab.readthedocs.io/en/4.2.x/api/types/observables.IObservableList.ChangeType.html
Reproduce
Expected behavior
When a cell is moved, a single move event should be emitted instead of separate add and remove events. The move event should have the following structure:
Context
Operating System and version: macOS Ventura 13.6.7
Browser and version: Google Chrome 127.0.6533.88
JupyterLab version: 4.2.3
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: