I meant to link that topic and not loop-link this current topic:
so we have a flask server serving an application to several LANs, and one of them has no internet access. This is problematic only since tabulator was added, it was working flawlessly before as only bokeh models were loaded.
These three guys get always loaded in the apps (except one where I am only serving a pn.pane.Markdown
)
JS_SRC = "https://unpkg.com/tabulator-tables@4.9.3/dist/js/tabulator.js"
MOMENT_SRC = "https://unpkg.com/moment@2.27.0/moment.js"
THEME_URL = "https://unpkg.com/tabulator-tables@4.9.3/dist/css/"
If I understand correctly your answer, we actually need to modify the panel source code by adding a __javascript_raw__
attribute? I’ll try that.