holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.62k stars 504 forks source link

Add a Spacer reference notebook #3415

Open MarcSkovMadsen opened 2 years ago

MarcSkovMadsen commented 2 years ago

For completeness I would recommend adding a Spacer Reference Notebook at https://panel.holoviz.org/reference/layouts/Spacer.html

Besides the normal reference stuff, it could also show some use cases to make other layouts span and align things.

pchan2 commented 2 months ago

The link in the description produces an Error 404. Is this still a live bug? Thanks :-)

ahuang11 commented 2 months ago

Yep! It's still missing; the current docs are here https://panel.holoviz.org/how_to/layout/spacing.html.

Any interest in helping contribute a notebook?

I think it'd simply be copying and pasting one of these notebooks and changing it a bit. https://github.com/holoviz/panel/tree/main/examples/reference/layouts

pchan2 commented 2 months ago

Ah, I see what you mean. I'll have a look.