We've been trying to build a jupyterlab extension for it and it works quite well (you can pip install jupyterlab-webviz to get it).
However, it would be even nicer if we could persist the layouts on the filesystem. Currently we load webviz into an iframe. But with this setup, is there a way to
get notified when the layout changes
programatically export the JSON derived from the current state?
It would probably be enough to have a global document.webviz.state object or similar that I could access.
Hi, webviz is really cool!
We've been trying to build a jupyterlab extension for it and it works quite well (you can
pip install jupyterlab-webviz
to get it).However, it would be even nicer if we could persist the layouts on the filesystem. Currently we load webviz into an iframe. But with this setup, is there a way to
It would probably be enough to have a global
document.webviz.state
object or similar that I could access.Any ideas?