jupyterlab / lumino

Lumino is a library for building interactive web applications
https://lumino.readthedocs.io/
Other
598 stars 127 forks source link

Dock panels with reusable splits #584

Closed tavin closed 1 year ago

tavin commented 1 year ago

Problem

Dock panels don't offer a way to reuse spilts.

Computer screens have a finite number of pixels after all :) We can't sustain infinite horizontal splits when e.g. opening previews from a text editor.

Proposed Solution

https://github.com/jupyterlab/lumino/pull/582

welcome[bot] commented 1 year ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

fcollonval commented 1 year ago

Closing as fixed by #582