jupyterlab / lumino

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

How to persistence SplitPanel and DockPanel? #650

Open yswang0927 opened 8 months ago

yswang0927 commented 8 months ago

How to persistence SplitPanel split sizes and DockPanel layout, and restore them?

welcome[bot] commented 8 months 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:

krassowski commented 7 months ago

Hi @yswang0927 this PR in JupyterLab implements persistence of SplitPanel sizes and might answer your question: https://github.com/jupyterlab/jupyterlab/pull/14901#issue-1832932341

yswang0927 commented 7 months ago

Hi @yswang0927 this PR in JupyterLab implements persistence of SplitPanel sizes and might answer your question: jupyterlab/jupyterlab#14901 (comment)

Thank you @krassowski 🎉