This issue corresponds to point 3 the Discourse post https://discourse.holoviz.org/t/serving-panel-with-plotly-extension-offline/124/11
Using absolute path works well for embedding standard Bokeh models from a Bokeh server to a different server (e.g. a Flask app) but not for Panel "custom" bokeh objects when using Bokeh's server_document function.
There needs to be a way to embed absolute urls rather than relatives.
Example code can be found on this post: https://discourse.holoviz.org/t/serving-panel-with-plotly-extension-offline/124/14
This issue corresponds to point 3 the Discourse post https://discourse.holoviz.org/t/serving-panel-with-plotly-extension-offline/124/11
Using absolute path works well for embedding standard Bokeh models from a Bokeh server to a different server (e.g. a Flask app) but not for Panel "custom" bokeh objects when using Bokeh's
server_documentfunction.There needs to be a way to embed absolute urls rather than relatives.
Example code can be found on this post: https://discourse.holoviz.org/t/serving-panel-with-plotly-extension-offline/124/14