jupyterlab / jupyterlab

JupyterLab computational environment.
https://jupyterlab.readthedocs.io/
Other
14.24k stars 3.42k forks source link

collapse multiple cells #4664

Open jw3132 opened 6 years ago

jw3132 commented 6 years ago

When collapsing cells, each cell will be represent by a row of "...". Say collapsing 20 cells, there will be 20 rows of "...". The purpose of collapsing cells is to read two distant cells concurrently. These 20 rows of "..." separates them far away. This specific reading experience could be further improved. I would imagine some dynamic expanding UI to show the info of collapsed cells.

Thanks.

krassowski commented 2 years ago

Hi @jw3132. In May this year collapsible headings were included in JupyterLab v3.1 (https://github.com/jupyterlab/jupyterlab/pull/10260). I think that it addresses this use case, would you agree?