Panel on Binder

I’ve been working on a PR to make it MUCH EASIER to explore the Panel example notebooks and apps via BINDER. Now it’s ready for review.

CHECK IT OUT :+1:

Jupyter Labs:Binder

App Gallery: Binder

PR: Enable Binder by MarcSkovMadsen · Pull Request #2198 · holoviz/panel · GitHub

ps. This also led to several bug fixes and improvements to Panel. Including a new index/ gallery template and a site_url parameter on templates.

3 Likes

Great work as usual !!!The new index.html looks amazing! Can we add an image to each app?

1 Like

Thanks @nghenzi .

Currently Panel does not have any way of configuring meta information like image_url, code_url, youtube_url, author, owner etc of an app. I normally use a .toml file for that.

If we can give meta information to Panel it could add the image etc. And it could look similar to to the awesome-panel.org/gallery.

If you think it would be valuable for Panel users please create a PR? Thanks.

ps. If you need a Gallery with images etc now, you can find inspiration here awesome-panel-extensions/awesome_panel_extensions/frameworks/fast/templates/fast_gallery_template at master · MarcSkovMadsen/awesome-panel-extensions (github.com).

2 Likes