I’ve started to contribute a Material Design App Template for Panel based on the mwc web components.
The aim is to create a template that is awesome, fast, modern, reponsive, works on mobile, table, desktop and on server and in a Jupyter Notebook and can be customized.
Its important (I belive) that these are web components as all the html, css and javascript is isolated in the component and does not interfere with the Bokeh html, css and javascript. Thus enabling very modern, fast and responsive templates.
If you are interested and have comments, suggestions or contributions head over to the PR here
Nice! I’m now using the golden layout template, but my app I just a collection of interconnected panels, so it should be very easy to switch layouts by popping the different panels in the proper slots.
Makes things very flexible. I guess it also supports stacks (Tabs?)
@marc It does work quite well, I found out about it because of the VTKSlicer example.
I only had an issue with matplotlib panels (see here), although now that I’ve changed my plots to bokeh I sort of worked around that. But the option would still be nice to have.