holoviz-dev / nbsite

Build a tested, sphinx-based website from notebooks
https://nbsite.pyviz.org
BSD 3-Clause "New" or "Revised" License
28 stars 14 forks source link

Deserialize binary bokeh messages and bump pyodide version #305

Closed philippjfr closed 3 months ago

philippjfr commented 3 months ago

Recent versions of bokeh utilize binary serialization from JS -> Python which means an additional deserialization pass is necessary.