Philipp Rudiger
Philipp Rudiger
@mattpap What do you think? Will your new serialization work allow serializing an ArrayBuffer embedded in some JSON object?
Thanks for the update @jonmmease! I'd love to support VegaFusion properly and we'll probably do two things to make that happen: 1. A ground-up rewrite of ipywidgets_bokeh 2. A panel-vegafusion...
Happy to see this merged!
This now renders correctly but exhibits different issues: ![Uploading Screen Shot 2023-05-03 at 02.08.08.png…]() ``` File "/Users/philippjfr/minicondam1/envs/bk3.0/lib/python3.9/site-packages/traitlets/traitlets.py", line 841, in error raise TraitError(e) traitlets.traitlets.TraitError: The 'value' trait of an IntRangeSlider...
In Panel docs we warn about this and ask you to load ipywidgets via the extension (i.e. with `pn.extension('ipywidgets')`) so that we can appropriately dispatch to the appropriate renderer depending...
Should have updated the pins but latest ipywidgets_bokeh requires bokeh>2.4.
This should be resolved with latest Panel (0.13.0) and bokeh (2.4.2).
That should have been resolved by panel 0.13. can you confirm what `panel.__version__` reports?
Seems like an issue with `nglview` I don't think the msg spec requires there to be a buffers attribute so it should not assume there is one here: https://github.com/nglviewer/nglview/blob/master/js/src/widget_ngl.ts#L156
Seems like this is something that should be possible to do but not something that we should add special affordances in HoloNote for. In other words HoloNote should be designed...