import holoviews as hv import panel as pn from bokeh.themes.theme import Theme hv.extension("bokeh") hv.renderer('bokeh').theme = Theme(json={}) # Reset Theme pn.extension() fonts_html = """ """ pn.pane.HTML(fonts_html, height=0, width=0, sizing_mode="fixed", margin=0) modules_html = """ """ pn.pane.HTML(modules_html, height=0, width=0, sizing_mode="fixed", margin=0) example_html = """
This is a Panel app using a custom template based on Material Design. It works both in the Notebook and as a web app.