Maarten Breddels
Maarten Breddels
You are missing a version, for instance see: https://github.com/maartenbreddels/ipyvolume/blob/f6a444502baa6b457e62ffdecf9696fa6d4021b8/ipyvolume/widgets.py#L31 and https://github.com/maartenbreddels/ipyvolume/blob/f6a444502baa6b457e62ffdecf9696fa6d4021b8/js/src/scatter.js#L395 Since you do not define them, it inherits it from DOMWidget, which is at version 1.0/1.1, and therefore it...
You can mix classic ipywidgets, do you can make the output widget a child of an ipyvuetify widget.
There is no other solution, this is how it should work. Ipyvuetify does not need to re implement features of other libraries, or its parent library. I hope this make...
We looked into this a bit, but documentation is scarce on this, and this is at least an improvement. Thanks @mariobuikhuizen
meeseeksdev please backport to 0.12.x
Great to see movement on this, keeping an eye on it for ipyvolume!
Could be related to https://github.com/voila-dashboards/voila/issues/479 but with the ulimit + kernel culling https://voila.readthedocs.io/en/latest/customize.html#cull-idle-kernels it should be better.
Parametrized notebooks is something we have been discussing at voila, but didn't reach consensus yet: https://github.com/voila-dashboards/voila/pull/414 https://github.com/voila-dashboards/voila/pull/218#issuecomment-553653123 The workaround by mario will have to do til them.
Are you using the latest bqplot? I should have fixed what recently (from mobile phone) On Fri, 21 Aug 2020, 18:24 Brian Cherinka, wrote: > Hmm, that might be difficult....
> Our team is also planning on building out separate Vue templates and components for other services, that will exist independently of Voila and notebooks, but where we still want...