holoviz / pyviz_comms

Bidirectional communication for the HoloViz ecosystem
BSD 3-Clause "New" or "Revised" License
32 stars 16 forks source link

Execute script tags in published HTML #30

Closed philippjfr closed 5 years ago

philippjfr commented 5 years ago

Ensures that we can publish simple HTML bundles in HoloViews and Panel again, which means we can get rid of the hacky embed_js hack and our output will work out of the box in VSCode and nteract. This PR does not affect backwards compatibility so I'd like to merge this asap and once it has been released for a while we can update both holoviews and panel to use it.

Fixes https://github.com/pyviz/holoviews/issues/3103, https://github.com/pyviz/holoviews/issues/3353 and https://github.com/nteract/nteract/issues/3370