It works fine with JupyterLab but Solara
It works fine with JupyterLab, but Solara throws a lot of
no such comm
errors. See the screenshot. Not sure if it is Solara has some kind of 'garbage collection ' capability. If a widget is not being used for some time, it is destroyed?2 Replies
@mariobuikhuizen I think this is the forceload vuetify widget we are seeing here. I also have this in the logs for solara.dev.
But this is confusing for users, so lets see if we can get rid of this.
Basically, it has to do with a widget that is created globally, and being passed to all browser tab. Since each browser tab has its own private set of widgets, it complaints it cannot find this particular widget.
We know it does not cause harm, but not an ideal situation.
Good to know. Thanks for the insights.