QuantStack / glue-jupyterlab

Glue JupyterLab Extension
https://glue-jupyterlab.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Move viewers between tabs #41

Closed hbcarlos closed 1 year ago

hbcarlos commented 1 year ago

Fixes #21

Screencast from 04-26-2023 10:58:28 AM.webm

Moving between tabs works now, but here is a minor issue. Since we are not updating the document when moving/resizing an item, the tab gets rerendered every time we carry an item to a different tab. Hence, each item comes back to its original position. I can fix it in a new PR.

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a Binder on branch hbcarlos/glue-lab/fix#21_

trungleduc commented 1 year ago

Thanks @hbcarlos