VS Code rendering

I followed the instructions on setting up VS Code to work with Panel, jupyter_bokeh is installed. Trying to get started with Panel but the rendering in VS Code is not working properly.

Here is one of the examples ‘Tailoring the Template’ Utilize Templates — Panel v1.4.0

The image and plot (not shown) appear but the panes do not.

Templates are current not supported in notebook; try running .show() instead of .servable().

If you have ideas for making it clearer that templates currently don’t work in notebooks and you should append a ; to not display them please let us know. Thanks.