I've been trying to embed bokeh charts in custom templates following this release updates here, examples zip
Now I'm trying out holoview as well and was wondering how I can embed holoview with bokeh renderer to custom templates. I'm not able to give name in holowview charts to achieve this
{{ embed(roots.mychart) }}
Appreciate any help if someone has already tried this out.