Getting Started Example

For an upcoming blog post I’ve tried to compose an app example from the Panel Getting Started Guide.

I would like to show how a real and end to end app with widgets, reactive functions, panes, layouts and a template would look. Something that you would be willing to share and deploy. But also something that can be copy pasted by beginners in Panel.

Check it out and let me know what you think.

Panel - Getting Started .py Example (github.com)

Panel - Getting Started Notebook Example (github.com)

Binder Open In Colab

panel-getting-started-speedup

Please help me share on social media if you would like to help more users get started with Panel. Thanks.

1 Like

Hi @Marc
How about creating a short video with some explanations?
I’d be happy to edit it!

1 Like

That is a really good idea.

OK, lets chat!

Ok. Lets continue on gitter.

Which versions of panel and bokeh are you using? When I “import panel as pn” in the notebook I receive ImportError : cannot import name ‘Box’ from ‘bokeh.models’.

This seems odd since I am using the most recent releases of panel and bokeh.

1 Like

Hi.

Panel does not work with Bokeh 3.x yet. Panel 1.0 which is the next planned release will.

Could you try Panel 0.14.4 and Bokeh 2.4.3?