cruise-automation / webviz

web-based visualization libraries
https://webviz.io/
Apache License 2.0
2.07k stars 413 forks source link

Accessing state from "outside" #651

Open wolfv opened 3 years ago

wolfv commented 3 years ago

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?